CC-5316 : Playout History: Doesn't support webstream

adding the webstream metadata to the history table.
This commit is contained in:
Naomi 2013-09-30 13:56:27 -04:00
parent 9f38e5a9c6
commit 7d739a0f66
7 changed files with 87 additions and 19 deletions

View file

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