camper/revert/legal_text.sql

8 lines
94 B
PL/PgSQL

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