[Mapbender-commits] r6627 - branches/2.6/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jul 23 08:20:38 EDT 2010


Author: christoph
Date: 2010-07-23 12:20:38 +0000 (Fri, 23 Jul 2010)
New Revision: 6627

Modified:
   branches/2.6/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.6.2_pgsql_UTF-8.sql
Log:
correct application categories for container

Modified: branches/2.6/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.6.2_pgsql_UTF-8.sql
===================================================================
--- branches/2.6/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.6.2_pgsql_UTF-8.sql	2010-07-23 10:46:26 UTC (rev 6626)
+++ branches/2.6/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.6.2_pgsql_UTF-8.sql	2010-07-23 12:20:38 UTC (rev 6627)
@@ -141,3 +141,11 @@
 Update gui set gui_description = 'application with WFS search and digitizing using WFS-T' where gui_id = 'gui_digitize';
 Update gui set gui_description = 'application with focus on layout' where gui_id = 'gui2';
 
+
+--
+-- correct category for containers
+--
+INSERT INTO gui_gui_category VALUES('wms_africa',3);
+INSERT INTO gui_gui_category VALUES('wms_australia',3);
+INSERT INTO gui_gui_category VALUES('wms_north_america',3);
+INSERT INTO gui_gui_category VALUES('wms_worldwide',3);



More information about the Mapbender_commits mailing list