Author: danydb
Date: 2011-06-17 23:27:27 +0200 (Fri, 17 Jun 2011)
New Revision: 4169

Added:
   phpcompta/branches/rel560/html/admin/sql/patch/upgrade96.sql
Modified:
   phpcompta/branches/rel560/include/constant.php
Log:
remove useless psql function public.account_insert

Added: phpcompta/branches/rel560/html/admin/sql/patch/upgrade96.sql
===================================================================
--- phpcompta/branches/rel560/html/admin/sql/patch/upgrade96.sql                
                (rev 0)
+++ phpcompta/branches/rel560/html/admin/sql/patch/upgrade96.sql        
2011-06-17 21:27:27 UTC (rev 4169)
@@ -0,0 +1,7 @@
+begin;
+
+drop function if exists  public.account_insert(integer,text);
+
+update version set val=97;
+
+commit;
\ No newline at end of file

Modified: phpcompta/branches/rel560/include/constant.php
===================================================================
--- phpcompta/branches/rel560/include/constant.php      2011-06-17 20:57:29 UTC 
(rev 4168)
+++ phpcompta/branches/rel560/include/constant.php      2011-06-17 21:27:27 UTC 
(rev 4169)
@@ -37,12 +37,12 @@
 
 $version_phpcompta=SVNINFO; 
 define ("DEBUG",false);
-
-/*define ("DEBUG",true);
+/*
+define ("DEBUG",true);
 $version_phpcompta=4014;
 */
 
-define ("DBVERSION",96);
+define ("DBVERSION",97);
 define ("DBVERSIONREPO",13);
 define ('NOTFOUND','--not found--');
 


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to