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:
Naomi Aro 2012-03-02 12:22:08 +01:00
parent d03d01bce9
commit 6c749075ac
9 changed files with 56 additions and 56 deletions

View file

@ -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")
);