From: fomichev Date: Fri, 27 Dec 2024 10:51:16 +0000 (+0300) Subject: Убираем настройку из БД X-Git-Tag: 1.7~94^2~14 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=9956653eb93136b862bc6531729218737ccbd2d6;p=erp24_rep%2Fyii-erp24%2F.git Убираем настройку из БД --- 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,