CC-84: Smart Playlists

- db schema change for type column on playlistcontents
This commit is contained in:
James 2012-07-26 14:49:42 -04:00
parent 40bd33df11
commit a51b04e422
6 changed files with 144 additions and 42 deletions

View file

@ -322,6 +322,7 @@ CREATE TABLE "cc_playlistcontents"
"playlist_id" INTEGER,
"file_id" INTEGER,
"block_id" INTEGER,
"type" INT2 default 0 NOT NULL,
"position" INTEGER,
"cliplength" interval default '00:00:00',
"cuein" interval default '00:00:00',