numerus/revert/schema_auth.sql

8 lines
84 B
PL/PgSQL

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