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