Refactor project structure
This commit is contained in:
15
core/migrations/list.php
Normal file
15
core/migrations/list.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
$migrationList = [];
|
||||
$migrationList[] = 'v20180417_210501_update_menu_names';
|
||||
$migrationList[] = 'v20180325_210101_delete_leave_group_employee';
|
||||
$migrationList[] = 'v20180317_210200_leave_rule_experience';
|
||||
$migrationList[] = 'v20180305_210100_drop_si_hi_languages';
|
||||
$migrationList[] = 'v20171126_200303_swift_mail';
|
||||
$migrationList[] = 'v20171003_200302_payroll_meta_export';
|
||||
$migrationList[] = 'v20171003_200301_add_deduction_group_payroll';
|
||||
$migrationList[] = 'v20171001_200201_update_attendance_out';
|
||||
$migrationList[] = 'v20170918_200000_add_attendance_image_out';
|
||||
$migrationList[] = 'v20170908_200000_payroll_group';
|
||||
$migrationList[] = 'v20170702_190500_add_attendance_image';
|
||||
$migrationList[] = 'v20170310_190401_add_timesheet_changes';
|
||||
$migrationList[] = 'v20161116_190001_unique_index_cron_name';
|
||||
Reference in New Issue
Block a user