diff --git a/controlplane/configstore/migrations.go b/controlplane/configstore/migrations.go index 9bcfa5c8..8a58490c 100644 --- a/controlplane/configstore/migrations.go +++ b/controlplane/configstore/migrations.go @@ -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)