Projektstart
This commit is contained in:
@@ -68,6 +68,7 @@ model ExportJob {
|
||||
status ExportStatus @default(QUEUED)
|
||||
format String
|
||||
scope String
|
||||
progress Int @default(0)
|
||||
filePath String?
|
||||
error String?
|
||||
expiresAt DateTime?
|
||||
@@ -109,6 +110,8 @@ model MailboxAccount {
|
||||
oauthAccessToken String?
|
||||
oauthExpiresAt DateTime?
|
||||
providerUserId String?
|
||||
oauthLastCheckedAt DateTime?
|
||||
oauthLastErrorCode String?
|
||||
appPassword String?
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
Reference in New Issue
Block a user