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