CC-1985 : Automatic rebroadcast of recorded content

scheduling the recorded file in any rebroadcast shows.
This commit is contained in:
naomiaro 2011-03-22 12:08:09 -04:00
parent 864cda6c34
commit fae71ed051
5 changed files with 39 additions and 56 deletions

View file

@ -345,7 +345,7 @@ DROP TABLE "cc_schedule" CASCADE;
CREATE TABLE "cc_schedule"
(
"id" serial NOT NULL,
"playlist_id" INTEGER NOT NULL,
"playlist_id" INTEGER,
"starts" TIMESTAMP NOT NULL,
"ends" TIMESTAMP NOT NULL,
"group_id" INTEGER,