Extend tenant maintenance lock for imports
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 27s
Build and Push Docker Images / build-frontend (push) Successful in 1m11s
Build and Push Docker Images / build-website (push) Successful in 18s
Build and Push Docker Images / build-docs (push) Successful in 16s

This commit is contained in:
2026-07-14 11:40:48 +02:00
parent ee7d3d3afc
commit a945aaffe3
8 changed files with 253 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ export type AdminTenant = {
short: string
user_count: number
locked?: string | null
lockedByExportJobId?: string | null
}
export type AdminUserProfile = {