lib/gumboot/shared_examples/database_schema.rb in aaf-gumboot-2.5.0 vs lib/gumboot/shared_examples/database_schema.rb in aaf-gumboot-2.5.1
- old
+ new
@@ -48,10 +48,10 @@
except_column == column[:Field].to_sym
end
end
expect(column)
- .to have_collations(%w[utf8_bin utf8mb4_bin utf8mb4_unicode_ci],
+ .to have_collations(%w[utf8_bin utf8_unicode_ci utf8mb4_bin utf8mb4_unicode_ci],
" `#{table_name}`.`#{column[:Field]}`")
end
end
end
end