Skip to content

Commit 04e7bd6

Browse files
authored
Fix organization invite bug (#44)
* chore: adjust invitations table to allow mulitple invites of the same user to different orgs * chore: fix invitation error when sending multiple org invites to same email * chore: generate schema * chore: make unique index a unique constraint * chore: update migration files
1 parent e9fa25a commit 04e7bd6

File tree

7 files changed

+3294
-2034
lines changed

7 files changed

+3294
-2034
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,5 @@
5050
"postgraphile": "5.0.0-beta.37",
5151
"postgraphile-plugin-connection-filter": "3.0.0-beta.7"
5252
},
53-
"trustedDependencies": [
54-
"@biomejs/biome",
55-
"esbuild"
56-
]
53+
"trustedDependencies": ["@biomejs/biome", "esbuild"]
5754
}

0 commit comments

Comments
 (0)