srht.bigb.es
Log in
—
Register
~bigbes
/
lethe
summary
tree
log
refs
ref:
96e95ab9e44d2234ab036319836a5087eb4c2a2f
lethe
/
internal
/
platform
/
database
/
migrations
/0002_saved_searches.down.sql
-rw-r--r--
92 bytes
View
Log
View raw
Permalink
96e95ab9
— Eugene Blikh fix: add tool column to search table; remove conversation bleed from comments
24 days ago
1
2
DROP
INDEX
IF
EXISTS
idx_saved_searches_owner_updated
;
DROP
TABLE
IF
EXISTS
saved_searches
;