We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda0184 commit 3c9c0afCopy full SHA for 3c9c0af
convex/schema.ts
@@ -32,7 +32,8 @@ const schema = defineSchema({
32
v.union(...validCapabilities.map((cap) => v.literal(cap)))
33
),
34
adsDisabled: v.optional(v.boolean()),
35
- }).index('by_email', ['email']),
+ }),
36
+ // .index('by_email', ['email']),
37
})
38
39
export default schema
0 commit comments