Secrets: Remove feature toggle check in dependency register (#110026)
This commit is contained in:
@@ -24,11 +24,6 @@ func RegisterDependencies(
|
||||
return nil, fmt.Errorf("registering access control roles: %w", err)
|
||||
}
|
||||
|
||||
// TODO: Remove once the DB schema is more stable.
|
||||
if !features.IsEnabledGlobally(featuremgmt.FlagSecretsManagementAppPlatform) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
// We shouldn't need to create the DB in HG, as that will use the MT api server.
|
||||
if cfg.StackID == "" {
|
||||
// Some DBs that claim to be MySQL/Postgres-compatible might not support table locking.
|
||||
|
||||
Reference in New Issue
Block a user