Commit ee655ee
committed
chore(db): align migration filenames with the applied prod versions
MCP apply_migration restamps the version it records; prod logged
20260815204334, not the 20260815120000 in the filename. Rename so
supabase db push does not rerun it, and renumber the follow-up drop
migration to stay after it.1 parent e99c87c commit ee655ee
2 files changed
Lines changed: 6 additions & 2 deletions
File tree
- supabase/migrations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
0 commit comments