Add `RuboCop::Cop::Migration::MigrationRecord` rule and move `MigrationRecord` into `V1_0`
This ensures that MigrationRecord
is consistently used
in all migrations.
The MigrationRecord
is preferred way to write migrations
by moving this into v1_0
we ensure that it is consistently
used across board. This is no-impact change since this is
fully backward compatible and this change is rather cosmetic
Related to:
Required by:
Changelog: added
Edited by Kamil Trzciński (Back 2025-01-01)