From 6c18a64dc1f120db463061f571029a01ce305ae7 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 6 Aug 2023 18:13:10 +0200 Subject: [PATCH] Remove explicit default encoding from database.yml --- config/database.yml.example | 1 - 1 file changed, 1 deletion(-) diff --git a/config/database.yml.example b/config/database.yml.example index 0efe267f..3f970c19 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -1,6 +1,5 @@ default: &default adapter: postgresql - encoding: unicode pool: 16 # username: CHANGE_ME # password: CHANGE_ME