tipus/revert/login_attempt.sql

8 lines
97 B
PL/PgSQL

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