cc-4661: new database tables for listener stats

This commit is contained in:
Martin Konecny 2012-11-02 11:32:02 -04:00
parent 1472eb5e51
commit 3478797744
17 changed files with 4350 additions and 0 deletions

View file

@ -183,4 +183,18 @@ return array (
'BaseCcWebstreamMetadataPeer' => 'airtime/om/BaseCcWebstreamMetadataPeer.php',
'BaseCcWebstreamMetadata' => 'airtime/om/BaseCcWebstreamMetadata.php',
'BaseCcWebstreamMetadataQuery' => 'airtime/om/BaseCcWebstreamMetadataQuery.php',
'CcTimestampTableMap' => 'airtime/map/CcTimestampTableMap.php',
'CcTimestampPeer' => 'airtime/CcTimestampPeer.php',
'CcTimestamp' => 'airtime/CcTimestamp.php',
'CcTimestampQuery' => 'airtime/CcTimestampQuery.php',
'BaseCcTimestampPeer' => 'airtime/om/BaseCcTimestampPeer.php',
'BaseCcTimestamp' => 'airtime/om/BaseCcTimestamp.php',
'BaseCcTimestampQuery' => 'airtime/om/BaseCcTimestampQuery.php',
'CcListenerCountTableMap' => 'airtime/map/CcListenerCountTableMap.php',
'CcListenerCountPeer' => 'airtime/CcListenerCountPeer.php',
'CcListenerCount' => 'airtime/CcListenerCount.php',
'CcListenerCountQuery' => 'airtime/CcListenerCountQuery.php',
'BaseCcListenerCountPeer' => 'airtime/om/BaseCcListenerCountPeer.php',
'BaseCcListenerCount' => 'airtime/om/BaseCcListenerCount.php',
'BaseCcListenerCountQuery' => 'airtime/om/BaseCcListenerCountQuery.php',
);