From f84516a65b8bbee95bd8d088a5d6cd5a1efbd45d Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 29 Apr 2026 22:16:48 +0200 Subject: [PATCH] Group D fixes --- src/lib/db.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/db.ts b/src/lib/db.ts index ec52ea9..6225911 100644 --- a/src/lib/db.ts +++ b/src/lib/db.ts @@ -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