camper/revert/schema_auth.sql

8 lines
83 B
PL/PgSQL

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