Implement Discord linking
Some checks failed
/ build (push) Failing after 4m43s

This commit is contained in:
Jorge Vargas 2025-03-21 11:35:03 -06:00
parent 0ec019f959
commit 4cafc41b88
11 changed files with 192 additions and 77 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE `verification` MODIFY `value` TEXT NOT NULL;

View file

@ -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