mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 20:01:31 +00:00
e445cbef22
Ownership: owners/teams GUI pages, notification email resolution via resolveRecipient (owner_id → owner.email lookup). Agent groups: dynamic device grouping by OS/arch/IP CIDR/version with manual include/exclude membership, migration 000004, full CRUD stack (domain → repo → service → handler → frontend). Interactive approval: AwaitingApproval job state, approve/reject API endpoints with reason tracking. Tests: 12 agent group handler tests, 8 approve/reject job handler tests, integration tests updated for 13-param RegisterHandlers. Docs updated across architecture, concepts, and seed data. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
187 B
SQL
5 lines
187 B
SQL
-- Rollback migration 000004: Agent Groups
|
|
ALTER TABLE renewal_policies DROP COLUMN IF EXISTS agent_group_id;
|
|
DROP TABLE IF EXISTS agent_group_members;
|
|
DROP TABLE IF EXISTS agent_groups;
|