Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmetal committed Feb 8, 2024
1 parent 4265819 commit eee5e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uuidable/v1_migration_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def uuidable_migrate_uuid_columns_to_v1(table_name, columns_options = {}, **opts
columns_options.stringify_keys!
uuid_columns = connection.columns(table_name).select do |column|
(columns_options.blank? || columns_options.key?(column.name)) &&
valid_column_for_migration?(column, opts)
valid_column_for_migration?(column, **opts)
end

return if uuid_columns.blank?
Expand Down

0 comments on commit eee5e4e

Please sign in to comment.