Skip to content

Commit a130a7d

Browse files
authored
fix: renumber duplicate migration 000444 to 000445 (#23229)
Two migrations were merged with the same number 000444: - `000444_usage_events_ai_seats` (#22689, merged first at 09:30) — keeps 000444 - `000444_chat_message_runtime_ms` (#23219, merged second at 10:57) — renumbered to **000445** This collision causes `golang-migrate` to fail at runtime since it reads both files as the same version. **Fix:** Rename `000444_chat_message_runtime_ms.{up,down}.sql` → `000445_chat_message_runtime_ms.{up,down}.sql`. Closes coder/internal#1411
1 parent d6fef96 commit a130a7d

0 file changed

File tree

    0 commit comments

    Comments
     (0)