Group D fixes
All checks were successful
Build and Push / build (push) Successful in 1m26s

This commit is contained in:
2026-04-29 22:16:48 +02:00
parent 219b4c8365
commit f84516a65b

View File

@@ -75,7 +75,7 @@ const MIGRATION_SQL = `
-- Bug 13: customer-side dismissal of rejected requests. NULL means "still
-- visible on the dashboard"; non-null means "customer clicked Dismiss".
-- Pending/approved/active rows keep this NULL by definition — the field
-- is only meaningful for `rejected` and `cancelled` rows.
-- is only meaningful for rejected and cancelled rows.
ALTER TABLE tenant_requests ADD COLUMN IF NOT EXISTS dismissed_at TIMESTAMPTZ;
-- Slice 3: drop the legacy 1-org-1-request constraint if it exists