SAAS-1073: Schema upgrade for podcasts
Delete station podcast id from cc_pref in downgrade sql
This commit is contained in:
parent
d20574dfb1
commit
51ec5a0df5
|
@ -1,5 +1,7 @@
|
||||||
ALTER TABLE cc_files DROP COLUMN description;
|
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 "podcast" CASCADE;
|
||||||
|
|
||||||
DROP TABLE IF EXISTS "imported_podcast" CASCADE;
|
DROP TABLE IF EXISTS "imported_podcast" CASCADE;
|
||||||
|
|
Loading…
Reference in New Issue