mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-04 03:32:25 +08:00
0a7a4aac49
Three checks existed to keep the staged rollout honest and would fail on any legitimate future change: - schema.rs / migration.rs / backup.rs pinned by SHA-256 - the impl Database write-surface symbol inventory pinned by name - specific restore test function names asserted to exist Behavioural assertions, the DML column-authority scanner, the type barriers and the pinned oracle fixture hashes stay: those catch real regressions. The infra path list survives because the DML scanner still needs it.