camper/revert/legal_text_i18n.sql

8 lines
104 B
MySQL
Raw Normal View History

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