CC-3369 : Ability to identify tracks that are actually inside a show in the schedule table

This commit is contained in:
Naomi Aro 2012-03-01 14:59:06 +01:00
parent f8608f3511
commit 0f9800a6bd
9 changed files with 212 additions and 17 deletions

View file

@ -371,6 +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,
PRIMARY KEY ("id")
);