feat(database): add update user function

This commit is contained in:
Anthony
2022-08-06 16:46:34 +01:00
parent 7a2543cea1
commit c0a0e10547
2 changed files with 61 additions and 22 deletions

View File

@@ -27,10 +27,6 @@ datasource db {
model User {
id String @id @db.VarChar(255)
level Int @default(0)
xp Int @default(0)
balance Int @default(0)
lastDaily DateTime?
vegan Boolean @default(false)
trusted Boolean @default(false)
activist Boolean @default(false)