fix: remove duplicate watch_list_entry columns from migrations
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
-- Add episode tracking to watch list entries
|
-- Note: watch_list_entry columns now in 001_init.sql
|
||||||
ALTER TABLE watch_list_entry ADD COLUMN current_episode INTEGER DEFAULT 0;
|
|
||||||
ALTER TABLE watch_list_entry ADD COLUMN last_episode_at DATETIME;
|
|
||||||
|
|
||||||
-- Add notification preferences
|
-- Add notification preferences
|
||||||
CREATE TABLE IF NOT EXISTS notification_preference (
|
CREATE TABLE IF NOT EXISTS notification_preference (
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
ALTER TABLE watch_list_entry
|
-- Note: watch_list_entry columns now in 001_init.sql
|
||||||
ADD COLUMN current_time_seconds REAL NOT NULL DEFAULT 0;
|
|
||||||
Reference in New Issue
Block a user