insert patch from rel510

This commit is contained in:
Dany De Bontridder 2010-07-29 14:26:58 +00:00
parent 8f649c2644
commit 3ff47bfcd0
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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--');