Files
silo-server/migrations/125_collection_smart_count_cache.down.sql
T

6 lines
189 B
SQL
Raw Normal View History

2026-05-22 20:26:11 -04:00
DROP INDEX IF EXISTS idx_library_collections_smart_count_sort;
ALTER TABLE library_collections
DROP COLUMN IF EXISTS item_count_cached_at,
DROP COLUMN IF EXISTS item_count_cached;