numerus/revert/user.sql

8 lines
83 B
PL/PgSQL

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