Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/src/db/migrations/101_outreach_sentiment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CREATE INDEX IF NOT EXISTS idx_outreach_sentiment ON member_outreach(response_se
CREATE INDEX IF NOT EXISTS idx_outreach_intent ON member_outreach(response_intent)
WHERE response_intent IS NOT NULL;
CREATE INDEX IF NOT EXISTS idx_outreach_follow_up ON member_outreach(follow_up_date)
WHERE follow_up_date IS NOT NULL AND follow_up_date > CURRENT_DATE;
WHERE follow_up_date IS NOT NULL;

-- =====================================================
-- ENHANCE SLACK_USER_MAPPINGS
Expand Down
Loading