Ensure manifest version is not behind migration scripts
Closed this issue · 0 comments
antonag32 commented
There should not be migration scripts for a version superior than the module's manifest. For example:
Wrong
- manifest version = 15.0.1.2.0
- latest migration script = migrations/15.0.1.3.0
Correct
- manifest version = 15.0.1.2.0
- latest migration script = migrations/15.0.1.1.0