revert(prisma): prisma schema

This commit is contained in:
AlphaNecron 2021-10-15 14:56:12 +07:00
parent 996b487048
commit 5b561cd51b
1 changed files with 12 additions and 14 deletions

View File

@ -18,8 +18,6 @@ model User {
embedTitle String?
embedColor String @default("#B794F4")
embedDesc String?
discordUsername String?
discordId String?
files File[]
urls Url[]
}