lib/jets/commands/import/templates/config/database.yml in jets-2.0.6 vs lib/jets/commands/import/templates/config/database.yml in jets-2.1.0

- old
+ new

@@ -1,7 +1,7 @@ default: &default adapter: <%= @adapter %> - encoding: utf8 + encoding: utf8mb4 pool: <%%= ENV["DB_POOL"] || 5 %> database: <%%= ENV['DB_NAME'] || '<%= @database_development %>' %> <% if @adapter == 'postgresql' -%> username: <%%= ENV['DB_USER'] || ENV['USER'] %> <% else -%>