Commit 7be7aeb7 by Torkel Ödegaard

Fixed sql migration issue with dashboard snapshots

parent 541cd2e4
......@@ -21,9 +21,6 @@ func addDashboardSnapshotMigrations(mg *Migrator) {
// add v4
mg.AddMigration("create dashboard_snapshot table v4", NewAddTableMigration(snapshotV4))
// drop v4
addDropAllIndicesMigrations(mg, "v4", snapshotV4)
mg.AddMigration("drop table dashboard_snapshot_v4 #1", NewDropTableMigration("dashboard_snapshot"))
snapshotV5 := Table{
......
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