lots of things that I forgot to commit 😂
This commit is contained in:
parent
59556e673b
commit
6f16cafd41
13 changed files with 395 additions and 130 deletions
|
|
@ -13,6 +13,7 @@ model KeyUser {
|
|||
userPubkey String
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @default(now()) @updatedAt
|
||||
revokedAt DateTime?
|
||||
lastUsedAt DateTime?
|
||||
description String?
|
||||
logs Log[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue