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

This commit is contained in:
Naomi 2013-09-30 14:25:51 -04:00
parent 1fa13eed13
commit 8a354a8c45

View File

@ -31,7 +31,7 @@ CREATE TABLE cc_playout_history (
id integer DEFAULT nextval('cc_playout_history_id_seq'::regclass) NOT NULL,
file_id integer,
starts timestamp without time zone NOT NULL,
ends timestamp without time zone NOT NULL,
ends timestamp without time zone,
instance_id integer
);