[Mapbender-commits] r5748 - trunk/mapbender/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 11 09:32:48 EST 2010


Author: christoph
Date: 2010-03-11 09:32:47 -0500 (Thu, 11 Mar 2010)
New Revision: 5748

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
Log:
remove obsolete attributes from savewmc

Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql	2010-03-11 11:22:17 UTC (rev 5747)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql	2010-03-11 14:32:47 UTC (rev 5748)
@@ -1331,3 +1331,6 @@
 -- gui_wfs_conf entries for search
 INSERT INTO gui_wfs_conf (fkey_gui_id, fkey_wfs_conf_id) VALUES ('gui', 1);
 INSERT INTO gui_wfs_conf (fkey_gui_id, fkey_wfs_conf_id) VALUES ('gui2', 1);
+
+-- remove obsolete attributes from savewmc
+UPDATE gui_element SET e_attributes = '' WHERE e_id = 'savewmc';



More information about the Mapbender_commits mailing list