mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 01:31:19 +10:00
switch back to json
This commit is contained in:
@ -7,8 +7,7 @@ model LinkedAuthMec {
|
||||
mec AuthMec
|
||||
enabled Boolean @default(true)
|
||||
|
||||
credentials Json // TODO: remove this, automate via migration
|
||||
password String?
|
||||
credentials Json
|
||||
|
||||
user User @relation(fields: [userId], references: [id])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user