Projektstart

This commit is contained in:
2026-01-22 16:26:57 +01:00
parent bc7fbf8ce6
commit 43c83e96bb
21 changed files with 264 additions and 70 deletions

View File

@@ -70,6 +70,7 @@ model ExportJob {
scope String
filePath String?
error String?
expiresAt DateTime?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt