mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-23 16:32:54 +10:00
store certs in db
This commit is contained in:
@@ -41,3 +41,12 @@ model APIToken {
|
||||
|
||||
@@index([token])
|
||||
}
|
||||
|
||||
model Certificate {
|
||||
id String @id @default(uuid())
|
||||
|
||||
privateKey String
|
||||
certificate String
|
||||
|
||||
blacklisted Boolean @default(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user