Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x

This commit is contained in:
Rudi Grinberg 2012-10-22 15:55:29 -04:00
commit d4b515ac9e
1 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,12 @@ ALTER TABLE cc_playlistcontents
ALTER TABLE cc_schedule
ADD COLUMN stream_id integer;
CREATE INDEX cc_schedule_instance_id_idx
ON cc_schedule
USING btree
(instance_id);
ALTER TABLE cc_subjs
ADD COLUMN cell_phone character varying(255);