use utf8mb4

because utf8 is not UTF-8 compatible...
This commit is contained in:
jomo
2016-01-17 18:58:05 +01:00
parent 80d9a1761a
commit ce19d61e1d

View File

@@ -1,6 +1,6 @@
default: &default
adapter: mysql2
encoding: utf8
encoding: utf8mb4
database: website
pool: 5
timeout: 5000