Nested folders: Enable folder migration (#61936)

This commit is contained in:
Sofia Papagiannaki
2023-01-30 10:17:40 +00:00
committed by GitHub
parent 7eb01b1813
commit a502a2d1f8
2 changed files with 2 additions and 8 deletions
@@ -107,12 +107,7 @@ func (*OSSMigrations) AddMigration(mg *Migrator) {
AddExternalAlertmanagerToDatasourceMigration(mg)
// TODO: This migration will be enabled later in the nested folder feature
// implementation process. It is on hold so we can continue working on the
// store implementation without impacting any grafana instances built off
// main.
//
// addFolderMigrations(mg)
addFolderMigrations(mg)
}
func addMigrationLogMigrations(mg *Migrator) {