Renamed watched field in the episode table of the database to played.

This commit is contained in:
Jordan Petridis
2017-10-30 14:13:36 +02:00
parent 25344aa613
commit faf4a4bce0
6 changed files with 27 additions and 27 deletions
@@ -20,7 +20,7 @@ CREATE TABLE `episode` (
`epoch` INTEGER NOT NULL DEFAULT 0,
`length` INTEGER,
`guid` TEXT,
`watched` INTEGER ,
`played` INTEGER ,
`podcast_id` INTEGER NOT NULL
);