CC-1985 : Automatic rebroadcast of recorded content
can add absolute dates/times for non repeating show instances to rebroadcast.
This commit is contained in:
parent
6ef4169315
commit
29816f32fa
9 changed files with 176 additions and 32 deletions
|
@ -185,8 +185,8 @@ CREATE TABLE "cc_show_instances"
|
|||
"starts" TIMESTAMP NOT NULL,
|
||||
"ends" TIMESTAMP NOT NULL,
|
||||
"show_id" INTEGER NOT NULL,
|
||||
"record" INT2,
|
||||
"rebroadcast" INT2,
|
||||
"record" INT2 default 0,
|
||||
"rebroadcast" INT2 default 0,
|
||||
"instance_id" INTEGER,
|
||||
"file_id" INTEGER,
|
||||
PRIMARY KEY ("id")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue