fixed
This commit is contained in:
parent
331cd2f4f9
commit
f962e33277
2 changed files with 1 additions and 1 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
|
@ -26,7 +26,7 @@ model User {
|
||||||
}
|
}
|
||||||
|
|
||||||
model Session {
|
model Session {
|
||||||
id String @id @default(cuid())
|
id Int @id @default(autoincrement())
|
||||||
expiresAt DateTime
|
expiresAt DateTime
|
||||||
sessionToken String @unique
|
sessionToken String @unique
|
||||||
accessToken String @unique
|
accessToken String @unique
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue