mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 00:02:37 +10:00
refactor: use hash directly in authmek and version field on authmek
This commit is contained in:
@ -7,6 +7,7 @@ model LinkedAuthMec {
|
||||
mec AuthMec
|
||||
enabled Boolean @default(true)
|
||||
|
||||
version Int @default(1)
|
||||
credentials Json
|
||||
|
||||
user User @relation(fields: [userId], references: [id])
|
||||
|
||||
Reference in New Issue
Block a user