Updated propel models

This commit is contained in:
drigato 2014-12-16 14:20:28 -05:00
parent 2af14e099b
commit ff0a685243
2 changed files with 0 additions and 18 deletions

View File

@ -22,9 +22,6 @@ return array (
'BaseCcLiveLog' => 'airtime/om/BaseCcLiveLog.php', 'BaseCcLiveLog' => 'airtime/om/BaseCcLiveLog.php',
'BaseCcLiveLogPeer' => 'airtime/om/BaseCcLiveLogPeer.php', 'BaseCcLiveLogPeer' => 'airtime/om/BaseCcLiveLogPeer.php',
'BaseCcLiveLogQuery' => 'airtime/om/BaseCcLiveLogQuery.php', 'BaseCcLiveLogQuery' => 'airtime/om/BaseCcLiveLogQuery.php',
'BaseCcLocale' => 'airtime/om/BaseCcLocale.php',
'BaseCcLocalePeer' => 'airtime/om/BaseCcLocalePeer.php',
'BaseCcLocaleQuery' => 'airtime/om/BaseCcLocaleQuery.php',
'BaseCcLoginAttempts' => 'airtime/om/BaseCcLoginAttempts.php', 'BaseCcLoginAttempts' => 'airtime/om/BaseCcLoginAttempts.php',
'BaseCcLoginAttemptsPeer' => 'airtime/om/BaseCcLoginAttemptsPeer.php', 'BaseCcLoginAttemptsPeer' => 'airtime/om/BaseCcLoginAttemptsPeer.php',
'BaseCcLoginAttemptsQuery' => 'airtime/om/BaseCcLoginAttemptsQuery.php', 'BaseCcLoginAttemptsQuery' => 'airtime/om/BaseCcLoginAttemptsQuery.php',
@ -134,10 +131,6 @@ return array (
'CcLiveLogPeer' => 'airtime/CcLiveLogPeer.php', 'CcLiveLogPeer' => 'airtime/CcLiveLogPeer.php',
'CcLiveLogQuery' => 'airtime/CcLiveLogQuery.php', 'CcLiveLogQuery' => 'airtime/CcLiveLogQuery.php',
'CcLiveLogTableMap' => 'airtime/map/CcLiveLogTableMap.php', 'CcLiveLogTableMap' => 'airtime/map/CcLiveLogTableMap.php',
'CcLocale' => 'airtime/CcLocale.php',
'CcLocalePeer' => 'airtime/CcLocalePeer.php',
'CcLocaleQuery' => 'airtime/CcLocaleQuery.php',
'CcLocaleTableMap' => 'airtime/map/CcLocaleTableMap.php',
'CcLoginAttempts' => 'airtime/CcLoginAttempts.php', 'CcLoginAttempts' => 'airtime/CcLoginAttempts.php',
'CcLoginAttemptsPeer' => 'airtime/CcLoginAttemptsPeer.php', 'CcLoginAttemptsPeer' => 'airtime/CcLoginAttemptsPeer.php',
'CcLoginAttemptsQuery' => 'airtime/CcLoginAttemptsQuery.php', 'CcLoginAttemptsQuery' => 'airtime/CcLoginAttemptsQuery.php',

View File

@ -605,17 +605,6 @@ CREATE TABLE "cc_listener_count"
); );
----------------------------------------------------------------------- -----------------------------------------------------------------------
DROP TABLE IF EXISTS "cc_locale" CASCADE;
CREATE TABLE "cc_locale"
(
"id" serial NOT NULL,
"locale_code" VARCHAR(16) NOT NULL,
"locale_lang" VARCHAR(128) NOT NULL,
PRIMARY KEY ("id")
);
-- cc_playout_history -- cc_playout_history
----------------------------------------------------------------------- -----------------------------------------------------------------------