Add patch upgrade108.sql
This commit is contained in:
parent
01d17e6071
commit
1fe8768d9c
3 changed files with 2 additions and 190 deletions
|
|
@ -110,6 +110,7 @@ class Database
|
|||
$this->db=$a;
|
||||
if ( $this->exist_schema('comptaproc') )
|
||||
pg_exec($this->db,'set search_path to public,comptaproc;');
|
||||
pg_exec($this->db,'set DateStyle to ISO, MDY;');
|
||||
ob_end_clean();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue