Fixed bug in sql migration, closes #1643

This commit is contained in:
Torkel Ödegaard
2015-03-25 13:53:58 +01:00
parent 4e97df06a3
commit 10618637e2
@@ -95,5 +95,5 @@ func addDataSourceMigration(mg *Migrator) {
"updated": "updated",
}))
mg.AddMigration("Drop old table data_source_v1", NewDropTableMigration("data_source_old"))
mg.AddMigration("Drop old table data_source_v1 #2", NewDropTableMigration("data_source_v1"))
}