~bigbes/lethe

ref: 8aeda698dc352ac3d1e93b667f56ad5dbd68d8b9 lethe/internal/platform/database/migrations/0002_saved_searches.down.sql -rw-r--r-- 92 bytes
8aeda698 — Eugene Blikh feat: add search UI layer — SearchTable, SearchFilters, SaveSearchForm, route, and styles 24 days ago
                                                                                
1
2
DROP INDEX IF EXISTS idx_saved_searches_owner_updated;
DROP TABLE IF EXISTS saved_searches;