Skip to content

Commit

Permalink
Restore the sequencial order
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Sep 26, 2017
1 parent 7e4d2b7 commit 53d0734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Auto-generated migration step: Please modify to your needs!
*/
class Version1004Date20170919103422 extends BigIntMigration {
class Version1004Date20170926103422 extends BigIntMigration {

/**
* @return array Returns an array with the following structure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Auto-generated migration step: Please modify to your needs!
*/
class Version1002Date20170919101419 extends BigIntMigration {
class Version1002Date20170926101419 extends BigIntMigration {

/**
* @return array Returns an array with the following structure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Auto-generated migration step: Please modify to your needs!
*/
class Version13000Date20170919101637 extends BigIntMigration {
class Version13000Date20170926101637 extends BigIntMigration {

/**
* @return array Returns an array with the following structure
Expand Down

0 comments on commit 53d0734

Please sign in to comment.