Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions controlplane/configstore/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ func runConfigStoreMigrations(db *gorm.DB) error {
migrationFS,
goose.WithSessionLocker(locker),
goose.WithSlog(slog.Default()),
// Compatibility bridge for the 000018/000019 ordering bug shipped on
// 2026-07-08. Remove this once every environment has recorded 000018 so
// future out-of-order configstore migrations fail at startup again.
goose.WithAllowOutofOrder(true),
)
if err != nil {
return fmt.Errorf("configstore migration provider: %w", err)
Expand Down
Loading