mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 20:05:38 +02:00
update schema
This commit is contained in:
parent
0e95a88768
commit
db06705649
3 changed files with 186 additions and 119 deletions
|
@ -166,7 +166,7 @@ export function initAuth(allowedOrigins: string[]) {
|
|||
provider: "pg",
|
||||
schema: {
|
||||
// Map our schema tables to what better-auth expects
|
||||
user: schema.users,
|
||||
user: schema.user,
|
||||
account: schema.account,
|
||||
session: schema.session,
|
||||
verification: schema.verification,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue