From ae8661f9b0e8eaf134bf16f81fa59d055891e83e Mon Sep 17 00:00:00 2001 From: Omar Rodriguez Arenas Date: Thu, 30 Jul 2020 14:19:30 -0600 Subject: [PATCH] Add missing config --- config/database.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/database.yml b/config/database.yml index 56b5d5976a..bf25c84451 100755 --- a/config/database.yml +++ b/config/database.yml @@ -17,9 +17,9 @@ test: <<: *defaults database: 'test_db' -# staging: -# <<: *defaults -# encoding: utf8mb4 +staging: + <<: *defaults + encoding: utf8mb4 production: <<: *defaults