From 9956653eb93136b862bc6531729218737ccbd2d6 Mon Sep 17 00:00:00 2001 From: fomichev Date: Fri, 27 Dec 2024 13:51:16 +0300 Subject: [PATCH] =?utf8?q?=D0=A3=D0=B1=D0=B8=D1=80=D0=B0=D0=B5=D0=BC=20?= =?utf8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D1=83=20=D0=B8?= =?utf8?q?=D0=B7=20=D0=91=D0=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/config/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/config/db.php b/erp24/config/db.php index 05fc6002..de11f20a 100644 --- a/erp24/config/db.php +++ b/erp24/config/db.php @@ -15,7 +15,7 @@ return 1 == 1 ? [ 'defaultSchema' => 'erp24' //specify your schema here, public is the default schema ] ], - 'on afterOpen' => function($event) { $event->sender->createCommand("SET search_path TO public, erp24;")->execute(); }, + // 'on afterOpen' => function($event) { $event->sender->createCommand("SET search_path TO public, erp24;")->execute(); }, // PostgreSQL // 'charset' => 'utf8', // 'enableSchemaCache' => true, -- 2.39.5