fix(cli): sort migrations lexicographically for real

This commit is contained in:
Joakim Carlstein 2024-01-22 13:39:38 +01:00 committed by Joakim Carlstein
parent bddb2d6b14
commit 121492b303
3 changed files with 144 additions and 11 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/cli': patch
---
Sort migration files lexicographically correctly by using the default Array.sort implementation