mirror of
https://github.com/retailcrm/legacy.git
synced 2024-11-22 13:26:03 +03:00
Update Container.php
This commit is contained in:
parent
e8c219ce4f
commit
623416a85c
@ -59,6 +59,7 @@ class Container
|
||||
);
|
||||
|
||||
$this->db->exec("set names utf8");
|
||||
$this->db->exec("set global group_concat_max_len = 1000000");
|
||||
$this->db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
|
||||
} catch (PDOException $e) {
|
||||
CommandHelper::activateNotice('database');
|
||||
|
Loading…
Reference in New Issue
Block a user