Add patch upgrade108.sql

This commit is contained in:
Dany De Bontridder 2013-10-23 14:19:44 +00:00
parent 01d17e6071
commit 1fe8768d9c
3 changed files with 2 additions and 190 deletions

View file

@ -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();
}

View file

@ -71,7 +71,7 @@ define ("SITE_UPDATE",'http://www.phpcompta.eu/last_version.txt');
define ("SITE_UPDATE_PLUGIN",'http://www.phpcompta.eu/plugin_last_version.txt');
define ("DBVERSION",108);
define ("DBVERSION",109);
define ("MONO_DATABASE",25);
define ("DBVERSIONREPO",14);
define ('NOTFOUND','--not found--');