tipus/revert/schema_auth.sql

8 lines
82 B
PL/PgSQL

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