camper/revert/legal_text.sql

8 lines
94 B
MySQL
Raw Normal View History

2023-12-22 01:23:18 +00:00
-- Revert camper:legal_text from pg
begin;
drop table if exists camper.legal_text;
commit;