Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
8 lines
179 B
PL/PgSQL
8 lines
179 B
PL/PgSQL
-- Rollback for ADR-0003 Phase 6 / ticket 126415 (6.3) — drop bdd_doc_gate.
|
|
-- Idempotent: IF EXISTS avoids error on re-run.
|
|
|
|
BEGIN;
|
|
|
|
DROP VIEW IF EXISTS bdd_doc_gate;
|
|
|
|
COMMIT;
|