insert patch from rel510
This commit is contained in:
parent
8f649c2644
commit
3ff47bfcd0
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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--');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue