SAAS-223: Airtime Usage Metric: Amount of time spent broadcasting

-calculated scheduled usage
This commit is contained in:
denise 2012-05-10 13:18:38 -04:00
parent 624ba85212
commit 195d0d8311
3 changed files with 90 additions and 56 deletions

View file

@ -2,6 +2,8 @@ INSERT INTO cc_subjs ("login", "type", "pass") VALUES ('admin', 'A', md5('admin'
-- added in 2.1
INSERT INTO cc_pref("keystr", "valstr") VALUES('scheduled_play_switch', 'on');
INSERT INTO cc_live_log("state", "start_time") VALUES('S', now() at time zone 'UTC');
-- end of added in 2.1
-- added in 2.0.0