pub fn requires_migration(
older: &LayoutManifest,
newer: &LayoutManifest,
) -> boolExpand description
Check if migration is required between two manifests.
Migration is required when:
- Same discriminator but different layout IDs
- The newer layout is NOT append-compatible (fields changed, not just appended)