Goalsystem V1 #50
|
|
@ -52,7 +52,6 @@ END;
|
|||
-- ============================================================================
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_goals_category_priority
|
||||
ON goals(profile_id, category, priority)
|
||||
WHERE is_active = true;
|
||||
ON goals(profile_id, category, priority);
|
||||
|
||||
COMMENT ON INDEX idx_goals_category_priority IS 'Fast lookup for category-grouped goals sorted by priority';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user