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