mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
c855272340
This introduces a simple garbage collection which checks for all soft deleted bookmarks (`removed = 1`) which have been marked for garbage collection more than 30 days ago from the time of bootstapping the messenger. Closes #2705
3 lines
81 B
SQL
3 lines
81 B
SQL
CREATE INDEX deleted_at_bookmarks ON bookmarks (deleted_at) WHERE (deleted_at);
|
|
|