srht.bigb.es
Log in
—
Register
~bigbes
/
lethe
summary
tree
log
refs
ref:
26d77892c6cfd3215a6d55bdb6315ec2d2b2fb00
lethe
/
internal
/
platform
/
database
/
migrations
/0002_saved_searches.down.sql
-rw-r--r--
92 bytes
View
Log
View raw
Permalink
26d77892
— Eugene Blikh web: align tool-call hide selector
a month ago
1
2
DROP
INDEX
IF
EXISTS
idx_saved_searches_owner_updated
;
DROP
TABLE
IF
EXISTS
saved_searches
;