From 8f053474e75d7e7abc9aa82818fcca36464277cb Mon Sep 17 00:00:00 2001 From: 0xRenegade Date: Fri, 23 Sep 2022 21:00:41 -0500 Subject: [PATCH] added in prefix by default, oops. --- qrcode/config/environment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrcode/config/environment.php b/qrcode/config/environment.php index 785bf8d..84b6604 100644 --- a/qrcode/config/environment.php +++ b/qrcode/config/environment.php @@ -24,7 +24,7 @@ if(is_string($docker_cid)) { define('DATABASE_PASSWORD', "root"); // This must have a trailing underscore. // Example: qr_ - define('DATABASE_PREFIX', "qr_"); + define('DATABASE_PREFIX', ""); define('DATABASE_CHARSET', "utf8"); } /*