From: Aleksey Filippov Date: Mon, 26 Jan 2026 08:15:32 +0000 (+0300) Subject: [ERP-40] Создание истории каталога и разментки фокусных групп X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=0c85e80431c0084320d3cee218d09d366b9069d6;p=erp24_rep%2Fyii-erp24%2F.git [ERP-40] Создание истории каталога и разментки фокусных групп --- diff --git a/erp24/config/db.php b/erp24/config/db.php index 86ca03c4..b9cb738f 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 erp24, public;")->execute(); }, +// 'on afterOpen' => function($event) { $event->sender->createCommand("SET search_path TO erp24, public;")->execute(); }, // PostgreSQL 'charset' => 'utf8', 'enableSchemaCache' => true,