Added a way to filter by record label, display labels in the release info panel
This commit is contained in:
@@ -1074,6 +1074,9 @@ FROM tracklist)");
|
||||
|
||||
void migrateFromV81(Session& session)
|
||||
{
|
||||
// Make sure we remove all the previoulsy created index, the createIndexesIfNeeded will recreate them all
|
||||
dropIndexes(session);
|
||||
|
||||
// Add country + release country
|
||||
utils::executeCommand(*session.getDboSession(), R"(CREATE TABLE IF NOT EXISTS "country" (
|
||||
"id" integer primary key autoincrement,
|
||||
|
||||
Reference in New Issue
Block a user