[Fusionforge-commits] r14598 - trunk/src/deb-specific

Christian Bayle cbayle at fusionforge.org
Mon Oct 10 15:50:15 CEST 2011


Author: cbayle
Date: 2011-10-10 15:50:14 +0200 (Mon, 10 Oct 2011)
New Revision: 14598

Modified:
   trunk/src/deb-specific/db-upgrade.pl
Log:
Apply new sql files


Modified: trunk/src/deb-specific/db-upgrade.pl
===================================================================
--- trunk/src/deb-specific/db-upgrade.pl	2011-10-10 13:39:33 UTC (rev 14597)
+++ trunk/src/deb-specific/db-upgrade.pl	2011-10-10 13:50:14 UTC (rev 14598)
@@ -1958,6 +1958,13 @@
     &update_with_sql("20110211-docman-activityvw","5.1.51-2");
     &update_with_sql("20110222-pluginify-auth","5.1.51-3");
 
+    &update_with_sql("20110310-docman-trashdir","5.1.51-4");
+    &update_with_sql("20110405-forum_attachment_fix-bug284","5.1.51-5");
+    &update_with_sql("20110408-anonymous-read-news","5.1.51-6");
+    &update_with_sql("20110728-fix-mta-lists-view","5.1.51-7");
+    &update_with_sql("20110824-plugin-projects-hierarchy-rename","5.1.51-8");
+    &update_with_sql("20111002-docman-doc_groups-createdate-updatedate","5.1.51-9");
+
     ########################### INSERT HERE #################################
 
     # There should be a commit at the end of every block above.




More information about the Fusionforge-commits mailing list