Skip to content

Commit

Permalink
DB media was missing field 'time'
Browse files Browse the repository at this point in the history
Dunno if field type = TEXT is ok...
  • Loading branch information
isync committed Nov 8, 2013
1 parent 02517cb commit 1dfff4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TV/Mediathek/CreateDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ CREATE TABLE media(
`filename` TEXT,
`title` TEXT,
`date` DATE,
`time` TEXT,
`url` TEXT UNIQUE NOT NULL,
`url_auth` TEXT,
`url_hd` TEXT,
Expand Down

0 comments on commit 1dfff4b

Please sign in to comment.