numerus/revert/schema_numerus.sql

8 lines
90 B
PL/PgSQL

-- Revert numerus:schema_numerus from pg
begin;
drop schema if exists numerus;
commit;