From 50c1cb842ec25183fa01b5b24e23056298816723 Mon Sep 17 00:00:00 2001 From: tokslaw7 Date: Sat, 1 Apr 2023 22:30:51 +0000 Subject: [PATCH] DB driver name fix --- app/Config/Database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/Database.php b/app/Config/Database.php index fe72e89..dbe3a79 100644 --- a/app/Config/Database.php +++ b/app/Config/Database.php @@ -56,7 +56,7 @@ class Database extends Config 'username' => 'mermsemr', 'password' => 'mermsemr', 'database' => 'mermsemr_dev', - 'DBDriver' => 'postgre', + 'DBDriver' => 'Postgre', 'DBPrefix' => '', 'pConnect' => false, 'DBDebug' => (ENVIRONMENT !== 'production'), @@ -76,7 +76,7 @@ class Database extends Config 'username' => 'myfit', 'password' => 'myfit', 'database' => 'myfit_dev', - 'DBDriver' => 'postgre', + 'DBDriver' => 'Postgre', 'DBPrefix' => '', 'pConnect' => false, 'DBDebug' => (ENVIRONMENT !== 'production'),