Vauban Command Center SQL schemas — public reference.
These are the canonical SQL schema files (PostgreSQL) used by the Vauban Command Center backend. They are published here for:
- Audit verification — third parties can verify proof certificate claims by re-running schema migrations against a fresh DB and comparing structure.
- Local dev mirrors — developers building integrations with @vauban-org/agent-sdk can spin up a compatible Postgres locally.
- Third-party CC clones — though closed-source CC backend is not freely available, the schemas are the public contract.
Closed repo seritalien/command-center src/db/migrations/. This public mirror is updated post-sprint via cascade.
3-digit sequential prefix + snake_case + .sql. Idempotent (CREATE TABLE IF NOT EXISTS, etc.). Apply in alphabetical order.
MIT — see LICENSE.
- @vauban-org/agent-sdk — TS SDK
- vauban-verify — Python offline verifier
- ADR-ECO-014 — OSS release decision