Anthony Woods 10 年之前
父節點
當前提交
05868bc1df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/services/sqlstore/migrations/app_settings.go

+ 1 - 1
pkg/services/sqlstore/migrations/app_settings.go

@@ -27,5 +27,5 @@ func addAppSettingsMigration(mg *Migrator) {
 	mg.AddMigration("create app_settings table v2", NewAddTableMigration(appSettingsV2))
 
 	//-------  indexes ------------------
-	addTableIndicesMigrations(mg, "v3", appSettingsV1)
+	addTableIndicesMigrations(mg, "v3", appSettingsV2)
 }