SAAS-1058: Podcast table schema

Renamed podcast_contents to podcast_episodes
Added new columns to podcast_episodes table
This commit is contained in:
drigato 2015-09-18 09:51:44 -04:00
parent f6f23864ce
commit 9a2e9d1b3b
18 changed files with 889 additions and 637 deletions

View file

@ -107,9 +107,9 @@ return array (
'BaseCloudFilePeer' => 'airtime/om/BaseCloudFilePeer.php',
'BaseCloudFileQuery' => 'airtime/om/BaseCloudFileQuery.php',
'BasePodcast' => 'airtime/om/BasePodcast.php',
'BasePodcastContents' => 'airtime/om/BasePodcastContents.php',
'BasePodcastContentsPeer' => 'airtime/om/BasePodcastContentsPeer.php',
'BasePodcastContentsQuery' => 'airtime/om/BasePodcastContentsQuery.php',
'BasePodcastEpisodes' => 'airtime/om/BasePodcastEpisodes.php',
'BasePodcastEpisodesPeer' => 'airtime/om/BasePodcastEpisodesPeer.php',
'BasePodcastEpisodesQuery' => 'airtime/om/BasePodcastEpisodesQuery.php',
'BasePodcastPeer' => 'airtime/om/BasePodcastPeer.php',
'BasePodcastQuery' => 'airtime/om/BasePodcastQuery.php',
'BaseThirdPartyTrackReferences' => 'airtime/om/BaseThirdPartyTrackReferences.php',
@ -256,10 +256,10 @@ return array (
'CloudFileQuery' => 'airtime/CloudFileQuery.php',
'CloudFileTableMap' => 'airtime/map/CloudFileTableMap.php',
'Podcast' => 'airtime/Podcast.php',
'PodcastContents' => 'airtime/PodcastContents.php',
'PodcastContentsPeer' => 'airtime/PodcastContentsPeer.php',
'PodcastContentsQuery' => 'airtime/PodcastContentsQuery.php',
'PodcastContentsTableMap' => 'airtime/map/PodcastContentsTableMap.php',
'PodcastEpisodes' => 'airtime/PodcastEpisodes.php',
'PodcastEpisodesPeer' => 'airtime/PodcastEpisodesPeer.php',
'PodcastEpisodesQuery' => 'airtime/PodcastEpisodesQuery.php',
'PodcastEpisodesTableMap' => 'airtime/map/PodcastEpisodesTableMap.php',
'PodcastPeer' => 'airtime/PodcastPeer.php',
'PodcastQuery' => 'airtime/PodcastQuery.php',
'PodcastTableMap' => 'airtime/map/PodcastTableMap.php',