srht.bigb.es
Log in
—
Register
~bigbes
/
lethe
summary
tree
log
refs
ref:
f2376137d0f2f8cd5978839c3be663ad85527576
lethe
/
internal
/
platform
/
database
/
migrations
/0002_saved_searches.down.sql
-rw-r--r--
92 bytes
View
Log
View raw
Permalink
f2376137
— Eugene Blikh web: /login + /auth/callback routes + auth context + config reader
a month ago
1
2
DROP
INDEX
IF
EXISTS
idx_saved_searches_owner_updated
;
DROP
TABLE
IF
EXISTS
saved_searches
;