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 e062f33 commit 9dc5912Copy full SHA for 9dc5912
packages/docs/docs/adapters/fauna.md
@@ -50,6 +50,8 @@ CreateCollection({ name: "accounts" })
50
CreateCollection({ name: "sessions" })
51
CreateCollection({ name: "users" })
52
CreateCollection({ name: "verification_tokens" })
53
+```
54
+```javascript
55
CreateIndex({
56
name: "account_by_provider_and_provider_account_id",
57
source: Collection("accounts"),
0 commit comments