improper naming of propel tables in php caused cc_mount_name to not get any generated files, double declaration of some variables for cc_timestamp.
This commit is contained in:
parent
465da24ce0
commit
969889859b
14 changed files with 2159 additions and 73 deletions
|
@ -183,6 +183,13 @@ return array (
|
|||
'BaseCcWebstreamMetadataPeer' => 'airtime/om/BaseCcWebstreamMetadataPeer.php',
|
||||
'BaseCcWebstreamMetadata' => 'airtime/om/BaseCcWebstreamMetadata.php',
|
||||
'BaseCcWebstreamMetadataQuery' => 'airtime/om/BaseCcWebstreamMetadataQuery.php',
|
||||
'CcMountNameTableMap' => 'airtime/map/CcMountNameTableMap.php',
|
||||
'CcMountNamePeer' => 'airtime/CcMountNamePeer.php',
|
||||
'CcMountName' => 'airtime/CcMountName.php',
|
||||
'CcMountNameQuery' => 'airtime/CcMountNameQuery.php',
|
||||
'BaseCcMountNamePeer' => 'airtime/om/BaseCcMountNamePeer.php',
|
||||
'BaseCcMountName' => 'airtime/om/BaseCcMountName.php',
|
||||
'BaseCcMountNameQuery' => 'airtime/om/BaseCcMountNameQuery.php',
|
||||
'CcTimestampTableMap' => 'airtime/map/CcTimestampTableMap.php',
|
||||
'CcTimestampPeer' => 'airtime/CcTimestampPeer.php',
|
||||
'CcTimestamp' => 'airtime/CcTimestamp.php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue