mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-30 04:24:26 +01:00
update: add discord to user's table
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "User" ADD COLUMN "discord" TEXT;
|
||||
@@ -52,6 +52,7 @@ model User {
|
||||
website String?
|
||||
twitter String?
|
||||
github String?
|
||||
discord String?
|
||||
linkedin String?
|
||||
bio String?
|
||||
location String?
|
||||
|
||||
Reference in New Issue
Block a user