mirror of
https://github.com/grafana/grafana.git
synced 2026-08-08 20:28:14 -05:00
Fixed sql migration issue with dashboard snapshots
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user