This website requires JavaScript.
Explore
Help
Sign In
tandem
/
camper
Watch
2
Star
0
Fork
You've already forked camper
0
Code
Issues
7
Pull Requests
Packages
Projects
Releases
Wiki
Activity
90d8247c0f
camper
/
revert
/
login_attempt.sql
8 lines
98 B
PL/PgSQL
Raw
Blame
History
-- Revert camper:login_attempt from pg
begin
;
drop
table
if
exists
auth
.
login_attempt
;
commit
;
Reference in New Issue
View Git Blame
Copy Permalink