srht.bigb.es
Log in
—
Register
~bigbes
/
lethe
summary
tree
log
refs
ref:
e920ae88160cd00850dcf0e5e4d876e2afe8600a
lethe
/
internal
/
platform
/
database
/
migrations
/0002_saved_searches.down.sql
-rw-r--r--
92 bytes
View
Log
View raw
Permalink
e920ae88
— Eugene Blikh web: prune lethe_auth_failures log to the 5-min window on insert
a month ago
1
2
DROP
INDEX
IF
EXISTS
idx_saved_searches_owner_updated
;
DROP
TABLE
IF
EXISTS
saved_searches
;