Expand description
Static metadata for downgrade planning.
Migrator::migrations() owns the executable migration order. This module
keeps the user-facing downgrade metadata in the same crate so release checks
can ensure every migration has an explicit reversibility and cache-impact
decision before a new binary ships.
Structs§
- Migration
Metadata - Downgrade metadata for one migration.
Constants§
- ACTIVE_
CONFIG_ MIGRATION_ ID - Migration that introduced desired-vs-active sandbox config tracking.
- BASELINE_
0_ 6_ 0_ MIGRATIONS - Frozen migration baseline for the transitional 0.6.0 release.
- DOWNGRADE_
FLOOR - Oldest release supported by the downgrade flow.
- MAINTENANCE_
LEASE_ MIGRATION_ ID - Migration that introduced the DB-backed maintenance lease table.
- MIGRATION_
METADATA - Metadata for every migration in
Migrator::migrations()order. - SCHEMA_
BASELINE_ FORMAT_ VERSION - Version of the hidden schema-baseline JSON shape emitted by the CLI.
Functions§
- migration_
ids - Return all migration identifiers in schema order.