Files
compliance-scanner-agent/compliance-agent/src/migrate/mod.rs
T
sharang cf4afdda1b
CI / Check (push) Has been skipped
CI / Detect Changes (push) Successful in 3s
CI / Deploy Agent (push) Failing after 5s
CI / Deploy Dashboard (push) Has been skipped
CI / Deploy Docs (push) Has been skipped
CI / Deploy MCP (push) Has been skipped
feat(migrate): onboarding backfill (repositories + dast_targets -> onboarded_targets) (#141)
2026-07-12 20:11:16 +00:00

9 lines
340 B
Rust

//! One-time data migrations.
//!
//! Currently just the onboarding backfill ([`onboarding`]), which folds the
//! legacy `repositories` and `dast_targets` collections into the unified
//! `onboarded_targets` collection, preserving `_id` so every downstream record
//! keyed by `repo_id` / `target_id` keeps resolving.
pub mod onboarding;