Skip to content

Commit

Permalink
Remove compound_managers index due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Apr 9, 2024
1 parent f74a3f9 commit 917c795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/schema/resources/organisation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const organisation = /* surrealql */ `
DEFINE INDEX unique_slug ON organisation FIELDS slug UNIQUE;
DEFINE INDEX compound_email ON organisation FIELDS email;
DEFINE INDEX compound_part_of ON organisation FIELDS part_of;
DEFINE INDEX compound_managers ON organisation FIELDS managers;
`;

export const Organisation = z.object({
Expand Down

0 comments on commit 917c795

Please sign in to comment.