switch back to json

This commit is contained in:
Huskydog9988
2025-03-23 20:29:50 -04:00
parent c1272dc7a7
commit 690aa042df
4 changed files with 34 additions and 28 deletions

View File

@ -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])