CodeIgniter Forums
Migrations - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Migrations (/showthread.php?tid=72628)



Migrations - snelledre - 01-16-2019

Is this a bug or not?

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

Andre


RE: Migrations - kilishan - 01-16-2019

Yes, definitely sounds like a bug. I'll create an issue for it. Thanks for reporting!


RE: Migrations - bangbangda - 01-18-2019

Can you provide more information? table ’ migrations‘ data?
I tested, I didn't find the problem.