Skip to content

Commit

Permalink
error solved
Browse files Browse the repository at this point in the history
  • Loading branch information
khushipatil1523 committed Mar 10, 2025
1 parent bbd8ece commit ecae94f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/drizzle/tables/membershipRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const membershipRequestsTable = pgTable(
table.organizationId,
),

// Added indexes for better query performance
idxMembershipRequestsUser: index("idx_membership_requests_user").on(
table.userId,
),
Expand Down
Loading

0 comments on commit ecae94f

Please sign in to comment.