Get the daemon to actually work
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
ALTER TABLE "tracked_playlist"
|
||||
RENAME COLUMN "rule_id" TO "id";
|
||||
|
||||
ALTER TABLE "tracked_playlist"
|
||||
DROP COLUMN playlist_name;
|
||||
|
||||
ALTER TABLE "tracked_playlist"
|
||||
DROP COLUMN reduce_duplication_on;
|
||||
Reference in New Issue
Block a user