camper/revert/language.sql

8 lines
90 B
PL/PgSQL

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