From 1c31b422d1a3851f76e8c9a0407014351622447c Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 9 Dec 2014 00:49:27 +0100 Subject: [PATCH] utf8mb4 --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 48de9f2..67e1e14 100644 --- a/config/database.yml +++ b/config/database.yml @@ -28,7 +28,7 @@ test: production: adapter: mysql2 database: pic_vert_app - encoding: utf8 + encoding: utf8mb4 pool: 5 username: pic_vert_app password: pic_vert_prod