Commit b551b05
committed
👌 Avoid removing/renaming legacy migrations.
Why? They exist in production and the the Knex system will crash if it can't find all the migrations that it expects.
They can be deleted once the relevant rows are removed from the dbo.knex_migrations table in production.1 parent 1c45458 commit b551b05
File tree
4 files changed
+12
-0
lines changed- src/api/data/migrations
4 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments