ipld-eth-server/db/migrations/1539638109_create_vat_slip.down.sql

3 lines
93 B
MySQL
Raw Normal View History

2018-10-15 20:04:17 +00:00
DROP TABLE maker.vat_slip;
ALTER TABLE public.checked_headers
DROP COLUMN vat_slip_checked;