8 lines
94 B
PL/PgSQL
8 lines
94 B
PL/PgSQL
-- Revert camper:legal_text from pg
|
|
|
|
begin;
|
|
|
|
drop table if exists camper.legal_text;
|
|
|
|
commit;
|