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

6 lines
189 B
SQL

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;