You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use: php spark migrate:version 20180116211000
it's executing always the first in the migration directory for instance 20180115210500_Add_Department.
When i using the sequential system it work correctly.
For instance: php spark migrate: version 007
The text was updated successfully, but these errors were encountered:
lonnieezell
added
bug
Verified issues on the current code behavior or pull requests that will fix them
database
Issues or pull requests that affect the database layer
labels
Jan 16, 2019
It's because on some systems default file sort differs i think. When i print $migrations array before migrate it shows bad sorting. Actually migrations array should be sorted on code side to not get this I think.
From the forums:
When i use: php spark migrate:version 20180116211000
it's executing always the first in the migration directory for instance 20180115210500_Add_Department.
When i using the sequential system it work correctly.
For instance: php spark migrate: version 007
The text was updated successfully, but these errors were encountered: