fix: make graceful handle default for the malformed dashboard jsons during unified migration (#114295)
* fix: graceful handling by default * fix: make fallback the default behavior
This commit is contained in:
@@ -83,7 +83,6 @@ func ToUnifiedStorage(c utils.CommandLine, cfg *setting.Cfg, sqlStore db.DB) err
|
||||
legacysql.NewDatabaseProvider(sqlStore),
|
||||
provisioning,
|
||||
acimpl.ProvideAccessControl(featuremgmt.WithFeatures()),
|
||||
featureToggles,
|
||||
)
|
||||
|
||||
if c.Bool("non-interactive") {
|
||||
|
||||
Reference in New Issue
Block a user