CC-3859: Playout History: Filter out songs that are not played out
- db change and upgrade.
This commit is contained in:
parent
438bc93133
commit
6da923ace1
7 changed files with 112 additions and 14 deletions
|
@ -377,6 +377,7 @@ CREATE TABLE "cc_schedule"
|
|||
"media_item_played" BOOLEAN default 'f',
|
||||
"instance_id" INTEGER NOT NULL,
|
||||
"playout_status" INT2 default 1 NOT NULL,
|
||||
"broadcasted" INT2 default 0 NOT NULL,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue