update: add discord to user's table

This commit is contained in:
MTG2000
2022-09-09 09:48:57 +03:00
parent 764c6b6622
commit f23e6f271b
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "discord" TEXT;

View File

@@ -52,6 +52,7 @@ model User {
website String?
twitter String?
github String?
discord String?
linkedin String?
bio String?
location String?