tipus/revert/user.sql

8 lines
81 B
PL/PgSQL

-- Revert tipus:user from pg
begin;
drop table if exists auth."user";
commit;