Skip to content

Fix version 2.2 migrations

Jon Jenkins requested to merge 429705-fix-milestone-mixin into master

What does this MR do and why?

Fixes the constructor for version 2.2 migrations. The default parameter was undefined which would cause a 2.2 migration constructor to raise an error if called with no parameters.

Related to #429705 (closed)

Merge request reports