camper/revert/acsi_option.sql

8 lines
96 B
PL/PgSQL

-- Revert camper:acsi_option from pg
begin;
drop table if exists camper.acsi_option;
commit;