Added a way to filter by record label, display labels in the release info panel

This commit is contained in:
emeric
2025-02-08 18:56:54 +01:00
parent bebe384376
commit 13698c379b
30 changed files with 234 additions and 8 deletions
+3
View File
@@ -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,