Files
icehrm/migrations/list.php
2017-09-09 15:23:38 +02:00

7 lines
263 B
PHP

<?php
$migrationList = [];
$migrationList[] = 'v20170908_200000_payroll_group';
$migrationList[] = 'v20170702_190500_add_attendance_image';
$migrationList[] = 'v20170310_190401_add_timesheet_changes';
$migrationList[] = 'v20161116_190001_unique_index_cron_name';