diff --git a/rubocop/cop/migration/with_lock_retries_disallowed_method.rb b/rubocop/cop/migration/with_lock_retries_disallowed_method.rb index 471d98f5416f70829a6e66e2adb46e6fcca6f8d3..e019e5bd0cf3bcd3ea89b4b3a6e5fae9dead8e52 100644 --- a/rubocop/cop/migration/with_lock_retries_disallowed_method.rb +++ b/rubocop/cop/migration/with_lock_retries_disallowed_method.rb @@ -35,6 +35,8 @@ class WithLockRetriesDisallowedMethod < RuboCop::Cop::Base swap_foreign_keys swap_indexes reset_trigger_function + cleanup_conversion_of_integer_to_bigint + revert_initialize_conversion_of_integer_to_bigint ].sort.freeze MSG = "The method is not allowed to be called within the `with_lock_retries` block, the only allowed methods are: #{ALLOWED_MIGRATION_METHODS.join(', ')}".freeze