Migrated current play counter in ui states

This commit is contained in:
emeric
2024-09-13 17:47:53 +02:00
parent c165ed9f2f
commit cb182c3cfe
4 changed files with 13 additions and 30 deletions
+1
View File
@@ -758,6 +758,7 @@ SELECT
session.getDboSession()->execute("ALTER TABLE user DROP COLUMN repeat_all");
session.getDboSession()->execute("ALTER TABLE user DROP COLUMN radio");
session.getDboSession()->execute("ALTER TABLE user DROP COLUMN cur_playing_track_pos");
}
bool doDbMigration(Session& session)