A new fix fo database collections (with supported emoticons)
ActiveRecord::Base.connection.tables.each do |table|
ActiveRecord::Base.connection.execute( "ALTER TABLE `#{table}` CONVERT TO CHARACTER SET utf8mb4;")
end
A new fix fo database collections (with supported emoticons)
ActiveRecord::Base.connection.tables.each do |table|
ActiveRecord::Base.connection.execute( "ALTER TABLE `#{table}` CONVERT TO CHARACTER SET utf8mb4;")
end