Get the daemon to actually work
This commit is contained in:
8
migrations/20240416175952_drop_useless_columns.sql
Normal file
8
migrations/20240416175952_drop_useless_columns.sql
Normal file
@ -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