Update create_vat_heal down migration

This commit is contained in:
Elizabeth Engelman 2018-11-01 14:11:09 -05:00
parent 504cb0ec2d
commit aedcafe488

View File

@ -1,3 +1,3 @@
DROP TABLE maker.vat_heal;
ALTER TABLE public.checked_headers
DROP COLUMN vat_heal_checked BOOLEAN NOT NULL DEFAULT FALSE;
DROP COLUMN vat_heal_checked;