Skip to content

Casts finalized_by migration version to an integer

Fixes !151467 (comment 1887895592)

When the finalized_by key is present in the BBM dictionary file, the migration version should be cast as an integer, otherwise ActiveRecord will fail to find the target version, and it will throw an error.

Related !137979 (merged)

Edited by Leonardo da Rosa

Merge request reports