pub fn validate_plan(plan: &SchemaMigrationPlan) -> Result<(), MigrationError>Expand description
Validate that a migration plan is internally self-consistent.
Checks for:
- Duplicate
AddPredicatesteps for the same name - Duplicate
RemovePredicatesteps for the same name - A predicate both added and removed in the same plan