Skip to content

Commit

Permalink
Remove bugged compound_players index
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Apr 14, 2024
1 parent 6cc706e commit 03408cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/resources/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const team = /* surrealql */ `
$auth.id IN players.*
OR ((id)->attends->event[?organiser.managers.user CONTAINS $auth.id])[0];
DEFINE INDEX compound_players ON team FIELDS players;
-- DEFINE INDEX compound_players ON team FIELDS players;
`;

export const Team = z.object({
Expand Down

0 comments on commit 03408cd

Please sign in to comment.