From: Aleksey Filippov Date: Tue, 9 Dec 2025 09:34:12 +0000 (+0300) Subject: ERP-499 Доработка системы оцистки вложений в док списания X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=ff7e9dcb23e45529b84d1d2915471566b003a8e6;p=erp24_rep%2Fyii-erp24%2F.git ERP-499 Доработка системы оцистки вложений в док списания --- diff --git a/erp24/config/db.php b/erp24/config/db.php index 97c9d700..4d809f57 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,