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

@ -0,0 +1,18 @@
<?php
/**
* Skeleton subclass for performing query and update operations on the 'cc_live_log' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package propel.generator.airtime
*/
class CcLiveLogPeer extends BaseCcLiveLogPeer {
} // CcLiveLogPeer