Merged revisions 5666 via svnmerge from

svn+ssh://danydb@ns352270.ovh.net/svn/phpcompta/tags/rel671

........
  r5666 | danydb | 2014-01-09 21:09:18 +0100 (jeu., 09 janv. 2014) | 1 line
  
  oa_signed : bad col named
........
This commit is contained in:
Dany De Bontridder 2014-01-09 20:36:36 +00:00
parent ed9bf5d559
commit c1d80fdf7f
2 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,7 @@
begin;
alter table operation_analytique rename oa_signed to oa_positive;
update version set val=114;
commit;

View file

@ -61,8 +61,8 @@ $g_failed="<span style=\"font-size:18px;color:red\">&#x2716;</span>";
$g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
/* uncomment for development */
//define ('SVNINFO',5995);
//define ("DEBUG",true);
define ("DEBUG",false);
//define ("DEBUG",false);
$version_phpcompta=SVNINFO;
// If you don't want to be notified of the update
@ -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",113);
define ("DBVERSION",114);
define ("MONO_DATABASE",25);
define ("DBVERSIONREPO",14);
define ('NOTFOUND','--not found--');