From f070883a75277cee01123a3243af363ff6b46fea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:32:41 +0000 Subject: [PATCH] docs: Update constraint management description to include PRIMARY KEY - Update features.json description to reflect PRIMARY KEY support - Address code review feedback Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- src/config/features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/features.json b/src/config/features.json index 732b428..58c03c0 100644 --- a/src/config/features.json +++ b/src/config/features.json @@ -89,7 +89,7 @@ { "id": "constraint-management", "name": "Constraint Management", - "description": "Add and manage table constraints (UNIQUE, CHECK)", + "description": "Add and manage table constraints (PRIMARY KEY, UNIQUE, CHECK)", "enabled": true, "priority": "high", "endpoints": [