fix(coderd/database): renumber duplicate MCP migration (#24552)

## Summary
- rename the `allow_in_plan_mode` migration pair from `000472` to
`000473`
- rename the matching fixture file and update its comment
- remove the duplicate migration version that broke containerized
database startup

## Testing
- `go test ./coderd/database/migrations -run '^TestMigrate$' -count=1
-timeout 15m`
- validated `iofs.New` for `coderd/database/migrations` and
`coderd/database/migrations/testdata/fixtures`

Closes coder/internal#1483

> Mux opened this PR on Mike's behalf.
This commit is contained in:
Michael Suchacz
2026-04-21 11:10:17 +00:00
committed by GitHub
parent 623e72d72d
commit cb67e71835
3 changed files with 1 additions and 1 deletions
@@ -1,4 +1,4 @@
-- Migration 472 adds allow_in_plan_mode with a default of false.
-- Migration 473 adds allow_in_plan_mode with a default of false.
-- Flip the existing fixture row to true here so fixture data exercises
-- the non-default state only after the column exists.
UPDATE mcp_server_configs