a lot of things

This commit is contained in:
2026-02-20 11:46:30 -06:00
parent 987a1c8a6a
commit 70284bc14e
37 changed files with 1080 additions and 79 deletions
+3 -2
View File
@@ -97,8 +97,9 @@ model SecureValue {
}
model Credential {
id String @id @default(cuid())
name String
id String @id @default(cuid())
name String
notes String?
typeId String
type CredentialType @relation(fields: [typeId], references: [id], onDelete: Cascade)