[CHORE] Misc Code Updates & Fixes

This commit is contained in:
Dunemask 2024-12-22 17:56:13 -07:00
parent a293eadbde
commit e21a51f1d0
4 changed files with 34 additions and 22 deletions

View file

@ -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 {