Commit 05868bc1 by Anthony Woods

fix typo

parent 092bb69c
......@@ -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)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment