feat(db): add migration 0008 for scrobble (users LB columns + scrobble_queue table)

This commit is contained in:
2026-04-28 08:40:39 -04:00
parent a90deab862
commit efc2308348
2 changed files with 29 additions and 0 deletions
@@ -0,0 +1,3 @@
DROP TABLE IF EXISTS scrobble_queue;
ALTER TABLE users DROP COLUMN IF EXISTS listenbrainz_enabled;
ALTER TABLE users DROP COLUMN IF EXISTS listenbrainz_token;