numerus/revert/login_attempt.sql

8 lines
99 B
PL/PgSQL

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