feat: finish migrating to new objectid naming

This commit is contained in:
Huskydog9988
2025-05-08 19:42:46 -04:00
committed by DecDuck
parent 7eaf4bda68
commit 598c8f6358
11 changed files with 24 additions and 18 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ model User {
admin Boolean @default(false)
enabled Boolean @default(true)
email String
displayName String
profilePicture String // Object
email String
displayName String
profilePictureObjectId String // Object
authMecs LinkedAuthMec[]
clients Client[]