lots of things that I forgot to commit 😂

This commit is contained in:
pablof7z 2023-07-06 22:29:31 +02:00
commit 6f16cafd41
13 changed files with 395 additions and 130 deletions

View file

@ -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[]