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:
parent
ed9bf5d559
commit
c1d80fdf7f
2 changed files with 9 additions and 2 deletions
7
html/admin/sql/patch/upgrade113.sql
Normal file
7
html/admin/sql/patch/upgrade113.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
begin;
|
||||
|
||||
alter table operation_analytique rename oa_signed to oa_positive;
|
||||
|
||||
update version set val=114;
|
||||
|
||||
commit;
|
||||
|
|
@ -61,8 +61,8 @@ $g_failed="<span style=\"font-size:18px;color:red\">✖</span>";
|
|||
$g_succeed="<span style=\"font-size:18px;color:green\">✓</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--');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue