SAAS-1073: Schema upgrade for podcasts
Upgrade and downgrade done.
This commit is contained in:
parent
def8e7280b
commit
d20574dfb1
4 changed files with 113 additions and 1 deletions
|
@ -0,0 +1,9 @@
|
|||
ALTER TABLE cc_files DROP COLUMN description;
|
||||
|
||||
DROP TABLE IF EXISTS "podcast" CASCADE;
|
||||
|
||||
DROP TABLE IF EXISTS "imported_podcast" CASCADE;
|
||||
|
||||
DROP TABLE IF EXISTS "station_podcast" CASCADE;
|
||||
|
||||
DROP TABLE IF EXISTS "podcast_episodes" CASCADE;
|
Loading…
Add table
Add a link
Reference in a new issue