CC-5316 : Playout History: Doesn't support webstream
This commit is contained in:
parent
1fa13eed13
commit
8a354a8c45
@ -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
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user