Added watched field into the Episodes table.

This commit is contained in:
Jordan Petridis
2017-10-28 04:58:35 +03:00
parent e6ceb86201
commit 86c686bba6
4 changed files with 5 additions and 3 deletions
@@ -20,6 +20,7 @@ CREATE TABLE `episode` (
`epoch` INTEGER NOT NULL DEFAULT 0,
`length` INTEGER,
`guid` TEXT,
`watched` INTEGER ,
`podcast_id` INTEGER NOT NULL
);