Commit a40febb
authored
fix(migrations): renumber orb_webhook_events 0063 → 0064 (collision) (#1300)
#1293 (orb webhook receiver) and the re-gate sweep PR both grabbed migration number 0063, so main
shipped a duplicate 0063_*.sql and db:migrations:check fails for every branch off main. Renumber the
newest (orb_webhook_events, which uses CREATE TABLE/INDEX IF NOT EXISTS and is not yet deployed) to the
next free number; the sweep marker keeps 0063.1 parent 5ff81d4 commit a40febb
1 file changed
File renamed without changes.
0 commit comments