From 3ff47bfcd0a7b1acef48b7d013f1a3f9f048035d Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 29 Jul 2010 14:26:58 +0000 Subject: [PATCH] insert patch from rel510 --- html/admin/sql/patch/upgrade85.sql | 2 +- html/admin/sql/patch/upgrade86.sql | 2 +- include/constant.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html/admin/sql/patch/upgrade85.sql b/html/admin/sql/patch/upgrade85.sql index 8c1794c10..2bff1e243 100644 --- a/html/admin/sql/patch/upgrade85.sql +++ b/html/admin/sql/patch/upgrade85.sql @@ -32,5 +32,5 @@ update attr_def set ad_type='text'; update attr_def set ad_type='numeric' where ad_id in (6,7,8,11,21,22); update attr_def set ad_type='date' where ad_id in (10); alter sequence s_attr_def restart with 9001; -update version set val=85; +update version set val=86; commit; diff --git a/html/admin/sql/patch/upgrade86.sql b/html/admin/sql/patch/upgrade86.sql index 71cba574b..f91c77d18 100644 --- a/html/admin/sql/patch/upgrade86.sql +++ b/html/admin/sql/patch/upgrade86.sql @@ -176,6 +176,6 @@ CREATE TRIGGER t_jnt_fic_attr_ins EXECUTE PROCEDURE comptaproc.jnt_fic_attr_ins(); -update version set val=86; +update version set val=87; commit; diff --git a/include/constant.php b/include/constant.php index c26cb21a0..e113801c8 100644 --- a/include/constant.php +++ b/include/constant.php @@ -32,7 +32,7 @@ $version_phpcompta=9000; error_reporting (E_ALL|E_STRICT); //$version_phpcompta=SVNVERSION; -define ("DBVERSION",86); +define ("DBVERSION",87); define ("DBVERSIONREPO",12); define ('NOTFOUND','--not found--');