Skip to content
Snippets Groups Projects
Commit 8a1c53b3 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

migrations: 19 -> 20 Remove left over backup table

This has no impact in real life since the table is temporary, but it
will cause future migration tests to fail if we create a new
FileRelationTable backup table
parent e224e886
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,8 @@ Label::schema( Label::FileRelationTable::Name, 20 ),
"INSERT INTO " + Label::FileRelationTable::Name + " "
"SELECT * FROM " + Label::FileRelationTable::Name + "_backup",
"DROP TABLE " + Label::FileRelationTable::Name + "_backup",
/* Playlist table */
"CREATE TEMPORARY TABLE " + Playlist::Table::Name + "_backup"
"("
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment