SQL/Storage: Use xorm code migration for DeletionMarker (#99353)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user