doctrine/DoctrineMigrationsBundle

There should be an option to order migrations not only with SORT_STRING

ppodgorskicrido opened this issue · 1 comments

Docs

IMO there should be an option to order migrations with:

  • custom script (the best option)
  • to not order at all (e.g. migrations ordered manually with migrations array)

In my case, we want to name migrations like CreateModule, CreateProcess, CreateDocument etc.
Now sorting migrations is alfabetical, so it will destroy custom order