switch back to json

This commit is contained in:
Huskydog9988
2025-03-23 20:29:50 -04:00
parent cce2c23566
commit df6d8882c2
4 changed files with 34 additions and 28 deletions
+1 -2
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])