From 1e76f598b8c685c434659affd33a726016db20f4 Mon Sep 17 00:00:00 2001 From: "Sean M. Pappalardo" Date: Sun, 7 Aug 2022 16:18:36 -0700 Subject: [PATCH] Update database.yml.tmpl with PGSQL hint --- config/database.yml.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/config/database.yml.tmpl b/config/database.yml.tmpl index 56233f39..b681edf2 100644 --- a/config/database.yml.tmpl +++ b/config/database.yml.tmpl @@ -9,6 +9,7 @@ development: password: production: + # Set this to 'postgresql' if using PostgreSQL. adapter: mysql2 database: tracks # set this if you are storing utf8 in your mysql database to handle strings