SAAS-223: Airtime Usage Metric: Amount of time spent broadcasting
-created cc_live_log table
This commit is contained in:
parent
4165bf6289
commit
e347819c77
13 changed files with 2207 additions and 0 deletions
|
@ -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',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue