Migration 153 backs the upcoming smart-collections surface. BookmarkStore.CountByUser returns per-item counts in one SQL pass — used by the smart-collection items evaluator to hydrate the bookmark_count personalized rule without N+1 queries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 lines
119 B
SQL
3 lines
119 B
SQL
DROP INDEX IF EXISTS public.abs_smart_collections_user_profile_idx;
|
|
DROP TABLE IF EXISTS public.abs_smart_collections;
|