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

-created cc_live_log table
This commit is contained in:
denise 2012-05-08 19:31:56 -04:00
parent 4165bf6289
commit e347819c77
13 changed files with 2207 additions and 0 deletions

View file

@ -148,4 +148,11 @@ return array (
'BaseCcServiceRegisterPeer' => 'airtime/om/BaseCcServiceRegisterPeer.php',
'BaseCcServiceRegister' => 'airtime/om/BaseCcServiceRegister.php',
'BaseCcServiceRegisterQuery' => 'airtime/om/BaseCcServiceRegisterQuery.php',
'CcLiveLogTableMap' => 'airtime/map/CcLiveLogTableMap.php',
'CcLiveLogPeer' => 'airtime/CcLiveLogPeer.php',
'CcLiveLog' => 'airtime/CcLiveLog.php',
'CcLiveLogQuery' => 'airtime/CcLiveLogQuery.php',
'BaseCcLiveLogPeer' => 'airtime/om/BaseCcLiveLogPeer.php',
'BaseCcLiveLog' => 'airtime/om/BaseCcLiveLog.php',
'BaseCcLiveLogQuery' => 'airtime/om/BaseCcLiveLogQuery.php',
);