Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Compatibility tests using
@internal_metadata
These came from backports from `main`, where the signature of Migrator has changed. ``` def initialize(direction, migrations, schema_migration, target_version = nil) ``` ``` def initialize(direction, migrations, schema_migration, internal_metadata, target_version = nil) ``` So passing a `nil` value here usually isn't a problem, but it is definitely incorrect.
- Loading branch information