camper/revert/company__tourist_tax.sql

10 lines
127 B
MySQL
Raw Permalink Normal View History

-- Revert camper:company__tourist_tax from pg
begin;
alter table camper.company
drop column if exists tourist_tax
;
commit;