mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
This commit is contained in:
parent
0ec019f959
commit
4cafc41b88
11 changed files with 192 additions and 77 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE `verification` MODIFY `value` TEXT NOT NULL;
|
||||
|
|
@ -442,7 +442,7 @@ model session {
|
|||
model verification {
|
||||
id String @id
|
||||
identifier String
|
||||
value String
|
||||
value String @db.Text
|
||||
expiresAt DateTime
|
||||
createdAt DateTime
|
||||
updatedAt DateTime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue