Fix version 2.2 migrations
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)