numerus/revert/language.sql

8 lines
91 B
PL/PgSQL

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