Commit d429a85
authored
Force alphabetical order on tables list
Sometimes the schema's table list isn't on the order that the code expects - sorted(migrations) - and this messes the migration order, trying to create foreigns keys for tables not created yet. Forcing the order solved for me.1 parent 51b590a commit d429a85
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments