mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 20:41:30 +00:00
d881403d11
The seed_demo.sql referenced nonexistent agent IDs (agent-web-1, agent-api-1, agent-db-1) in the agent_group_members table, causing a FK constraint violation on fresh database initialization. Fixed to use the actual agent IDs defined earlier in the same file (ag-web-prod, ag-web-staging, ag-iis-prod). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>