CC-3369 : Ability to identify tracks that are actually inside a show in the schedule table
chaning column name to playout_status
This commit is contained in:
parent
d03d01bce9
commit
6c749075ac
9 changed files with 56 additions and 56 deletions
|
@ -371,7 +371,7 @@ CREATE TABLE "cc_schedule"
|
|||
"cue_out" interval default '00:00:00',
|
||||
"media_item_played" BOOLEAN default 'f',
|
||||
"instance_id" INTEGER NOT NULL,
|
||||
"status" INT2 default 1 NOT NULL,
|
||||
"playout_status" INT2 default 1 NOT NULL,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue