sql-migrate icon indicating copy to clipboard operation
sql-migrate copied to clipboard

sort problem

Open grr89 opened this issue 9 years ago • 1 comments

+----------------+---------+ | MIGRATION | APPLIED | +----------------+---------+ | 2015_06_02.sql | no | | 2015_05_21.sql | no | | 2015_06_03.sql | no | +----------------+---------+

grr89 avatar Jun 02 '15 11:06 grr89

Hey!

It's a little thin error description. However, I tried it out and mine works out perfectly. What version do you use? Are the files sorted on disk?

→ sql-migrate status
+----------------+---------+
|   MIGRATION    | APPLIED |
+----------------+---------+
| 2015_05_21.sql | no      |
| 2015_06_02.sql | no      |
| 2015_06_03.sql | no      |
+----------------+---------+

doctordesh avatar Oct 22 '15 08:10 doctordesh