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
18
airtime_mvc/application/models/airtime/CcLiveLogQuery.php
Normal file
18
airtime_mvc/application/models/airtime/CcLiveLogQuery.php
Normal 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 CcLiveLogQuery extends BaseCcLiveLogQuery {
|
||||
|
||||
} // CcLiveLogQuery
|
Loading…
Add table
Add a link
Reference in a new issue