camper/revert/company__tourist_tax_max_da...

10 lines
145 B
PL/PgSQL

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