phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5666 - in phpcompta/tags/rel671: html/admin/sql/patch i


From: phpcompta-dev
Subject: [Phpcompta-dev] r5666 - in phpcompta/tags/rel671: html/admin/sql/patch include
Date: Thu, 9 Jan 2014 21:09:19 +0100 (CET)

Author: danydb
Date: 2014-01-09 21:09:18 +0100 (Thu, 09 Jan 2014)
New Revision: 5666

Added:
   phpcompta/tags/rel671/html/admin/sql/patch/upgrade113.sql
Modified:
   phpcompta/tags/rel671/include/constant.php
Log:
oa_signed : bad col named

Added: phpcompta/tags/rel671/html/admin/sql/patch/upgrade113.sql
===================================================================
--- phpcompta/tags/rel671/html/admin/sql/patch/upgrade113.sql                   
        (rev 0)
+++ phpcompta/tags/rel671/html/admin/sql/patch/upgrade113.sql   2014-01-09 
20:09:18 UTC (rev 5666)
@@ -0,0 +1,7 @@
+begin;
+
+alter table operation_analytique rename oa_signed to oa_positive;
+
+update version set val=114;
+
+commit;

Modified: phpcompta/tags/rel671/include/constant.php
===================================================================
--- phpcompta/tags/rel671/include/constant.php  2014-01-09 19:06:29 UTC (rev 
5665)
+++ phpcompta/tags/rel671/include/constant.php  2014-01-09 20:09:18 UTC (rev 
5666)
@@ -61,8 +61,8 @@
 $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_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--');



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]