CC-1665: Scheduled stream rebroadcasting and recording
-getting closer to being able to schedule a webstream
This commit is contained in:
parent
3735579378
commit
c90495d2d3
16 changed files with 1073 additions and 77 deletions
|
@ -54,6 +54,7 @@ class CcWebstreamTableMap extends TableMap {
|
|||
*/
|
||||
public function buildRelations()
|
||||
{
|
||||
$this->addRelation('CcSchedule', 'CcSchedule', RelationMap::ONE_TO_MANY, array('id' => 'stream_id', ), 'CASCADE', null);
|
||||
} // buildRelations()
|
||||
|
||||
} // CcWebstreamTableMap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue