Group D fixes

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

View File

@@ -75,7 +75,7 @@ const MIGRATION_SQL = `
-- Bug 13: customer-side dismissal of rejected requests. NULL means "still -- Bug 13: customer-side dismissal of rejected requests. NULL means "still
-- visible on the dashboard"; non-null means "customer clicked Dismiss". -- visible on the dashboard"; non-null means "customer clicked Dismiss".
-- Pending/approved/active rows keep this NULL by definition — the field -- 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; 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 -- Slice 3: drop the legacy 1-org-1-request constraint if it exists