SAAS-1073: Schema upgrade for podcasts

Delete station podcast id from cc_pref in downgrade sql
This commit is contained in:
drigato 2015-11-03 11:29:50 -05:00
parent d20574dfb1
commit 51ec5a0df5
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
ALTER TABLE cc_files DROP COLUMN description;
DELETE FROM cc_pref WHERE keystr = 'station_podcast_id';
DROP TABLE IF EXISTS "podcast" CASCADE;
DROP TABLE IF EXISTS "imported_podcast" CASCADE;