feat: save watch progress
This commit is contained in:
2
migrations/010_add_watch_progress_seconds.sql
Normal file
2
migrations/010_add_watch_progress_seconds.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE watch_list_entry
|
||||
ADD COLUMN current_time_seconds REAL NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user