]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-499 Доработка системы оцистки вложений в док списания
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Tue, 9 Dec 2025 09:34:12 +0000 (12:34 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Tue, 9 Dec 2025 09:34:12 +0000 (12:34 +0300)
erp24/config/db.php

index 97c9d70072a493bd97f402c13225e301ebc17327..4d809f57df3dbbcf7af818ac66f5ba83975656ba 100644 (file)
@@ -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,