[CHORE] Misc Code Updates & Fixes
This commit is contained in:
parent
a293eadbde
commit
e21a51f1d0
4 changed files with 34 additions and 22 deletions
|
@ -56,9 +56,9 @@ model KeyPair {
|
|||
name String?
|
||||
encryptedPrivateKey String
|
||||
encryptedPublicKey String
|
||||
project Project @relation(fields: [projectId], references: [id])
|
||||
|
||||
// Application Level Uniqueness for non-custom usages. For example, there can only be 1 UserToken Keypair
|
||||
// Relations
|
||||
project Project @relation(fields: [projectId], references: [id])
|
||||
}
|
||||
|
||||
enum AuthorityType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue