SQL/Storage: Use xorm code migration for DeletionMarker (#99353)

This commit is contained in:
Ryan McKinley
2025-01-22 14:07:08 +03:00
committed by GitHub
parent 3ae6e09fee
commit 9d30911107
18 changed files with 113 additions and 262 deletions
-6
View File
@@ -106,12 +106,6 @@ func (b *backend) initLocked(ctx context.Context) error {
return fmt.Errorf("no dialect for driver %q", driverName)
}
// Process any data manipulation migrations
err = b.runStartupDataMigrations(ctx)
if err != nil {
return err
}
return b.db.PingContext(ctx)
}