Skip to content

Commit

Permalink
Merge pull request #118 from aathikahamed/patch-1
Browse files Browse the repository at this point in the history
Update README.md guide
  • Loading branch information
kleydon committed Jul 10, 2023
2 parents 6b86be4 + 3f681ab commit d438ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -97,7 +97,7 @@ From your **prisma.schema** file, include a session model:
model Session {
id String @id
sid String @unique
data String
data String @db.MediumText // MediumText may be needed for MySql
expiresAt DateTime
}
```
Expand Down

0 comments on commit d438ee3

Please sign in to comment.