From 8a354a8c4590af8cc7790a62318ce0a028beb2e9 Mon Sep 17 00:00:00 2001 From: Naomi Date: Mon, 30 Sep 2013 14:25:51 -0400 Subject: [PATCH] CC-5316 : Playout History: Doesn't support webstream --- install_minimal/upgrades/airtime-2.5.0/data/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_minimal/upgrades/airtime-2.5.0/data/schema.sql b/install_minimal/upgrades/airtime-2.5.0/data/schema.sql index 253021b24..a6424446c 100644 --- a/install_minimal/upgrades/airtime-2.5.0/data/schema.sql +++ b/install_minimal/upgrades/airtime-2.5.0/data/schema.sql @@ -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 );