phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5401 - phpcompta/trunk/sql


From: phpcompta-dev
Subject: [Phpcompta-dev] r5401 - phpcompta/trunk/sql
Date: Thu, 19 Sep 2013 13:45:01 +0200 (CEST)

Author: danydb
Date: 2013-09-19 13:45:01 +0200 (Thu, 19 Sep 2013)
New Revision: 5401

Modified:
   phpcompta/trunk/sql/upgrade.sql
Log:
fix : sql update for preference is missing

Modified: phpcompta/trunk/sql/upgrade.sql
===================================================================
--- phpcompta/trunk/sql/upgrade.sql     2013-09-19 11:41:15 UTC (rev 5400)
+++ phpcompta/trunk/sql/upgrade.sql     2013-09-19 11:45:01 UTC (rev 5401)
@@ -167,4 +167,7 @@
 b_action text,
 login text 
 );
-comment on table bookmark is 'Bookmark of the connected user';
\ No newline at end of file
+comment on table bookmark is 'Bookmark of the connected user';
+/*
+ * Missing update for preference !!!
+ */
\ No newline at end of file



---
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]