CC-5316 : Playout History: Doesn't support webstream
adding the webstream metadata to the history table.
This commit is contained in:
parent
9f38e5a9c6
commit
7d739a0f66
7 changed files with 87 additions and 19 deletions
|
@ -765,7 +765,7 @@ CREATE TABLE "cc_playout_history"
|
|||
"id" serial NOT NULL,
|
||||
"file_id" INTEGER,
|
||||
"starts" TIMESTAMP NOT NULL,
|
||||
"ends" TIMESTAMP NOT NULL,
|
||||
"ends" TIMESTAMP,
|
||||
"instance_id" INTEGER,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue