Skip to content

Commit

Permalink
fixes migration
Browse files Browse the repository at this point in the history
  • Loading branch information
raftx24 committed Jul 1, 2020
1 parent 34aaa92 commit 37cd1ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Services/Upgrades/RenameMigrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ class RenameMigrations implements MigratesData
'2020_04_13_175534_create_structure_for_financials_stats' => '2020_04_13_110000_create_structure_for_financials_stats',

//how-to
'2017_01_01_149125_create_how_to_posters_table' => '2017_01_01_100000_create_how_to_posters_table',
'2017_01_01_149000_create_how_to_videos_table' => '2017_01_01_100000_create_how_to_videos_table',
'2017_01_01_149250_create_how_to_tags_table' => '2017_01_01_101000_create_how_to_tags_table',
'2017_01_01_149750_create_structure_for_how_to' => '2017_01_01_102000_create_structure_for_how_to',
'2017_01_01_149000_create_how_to_videos_table' => '2017_01_01_103000_create_how_to_videos_table',
'2017_01_01_149500_create_how_to_tag_how_to_video_pivot_table' => '2017_01_01_104000_create_how_to_tag_how_to_video_pivot_table',
'2017_01_01_149500_create_how_to_tag_how_to_video_pivot_table' => '2017_01_01_102000_create_how_to_tag_how_to_video_pivot_table',
'2017_01_01_149125_create_how_to_posters_table' => '2017_01_01_103000_create_how_to_posters_table',
'2017_01_01_149750_create_structure_for_how_to' => '2017_01_01_104000_create_structure_for_how_to',

//inventory
'2018_11_26_095047_create_warehouses_table' => '2018_11_26_100000_create_warehouses_table',
Expand Down

0 comments on commit 37cd1ca

Please sign in to comment.