8 lines
99 B
MySQL
8 lines
99 B
MySQL
|
-- Revert numerus:login_attempt from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists auth.login_attempt;
|
||
|
|
||
|
commit;
|