Skip to content

Drizzle/db indexes#203

Merged
taterhead247 merged 1 commit intodevfrom
drizzle/db-indexes
Mar 30, 2026
Merged

Drizzle/db indexes#203
taterhead247 merged 1 commit intodevfrom
drizzle/db-indexes

Conversation

@taterhead247
Copy link
Copy Markdown
Contributor

adding indexes to speed up querries.

- idx_event_instances_start_date on event_instances.start_date
- idx_event_instances_start_date_active (partial, WHERE is_active)
- idx_slack_users_user_team_id on slack_users (user_id, slack_team_id)
- idx_attendance_x_types_type_id on attendance_x_attendance_types

Replaces PR #201 with correct migration numbering after auth migrations.
@taterhead247 taterhead247 merged commit 6703b9b into dev Mar 30, 2026
6 checks passed
@taterhead247 taterhead247 deleted the drizzle/db-indexes branch March 30, 2026 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Merged

Development

Successfully merging this pull request may close these issues.

1 participant