Register and reversion update, add downgrade

This commit is contained in:
Lucas Bickel 2017-03-10 15:49:36 +01:00
parent 32a1a66378
commit a7d25e1960
4 changed files with 20 additions and 4 deletions

View file

@ -1 +1 @@
ALTER TABLE third_party_track_references ALTER COLUMN file_id SET NOT NULL;
ALTER TABLE third_party_track_references ALTER COLUMN file_id SET NOT NULL;

View file

@ -0,0 +1,3 @@
ALTER TABLE cc_show_instances DROP COLUMN IF EXISTS autoplaylist_built;
ALTER TABLE cc_show DROP COLUMN IF EXISTS has_autoplaylist;
ALTER TABLE cc_show DROP COLUMN IF EXISTS autoplaylist_id;