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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Feb 20 06:46:59 EST 2010


Author: verenadiewald
Date: 2010-02-20 06:46:59 -0500 (Sat, 20 Feb 2010)
New Revision: 5547

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
Log:
remove deprecated attributes of gui element addWMS

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-02-20 11:45:24 UTC (rev 5546)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql	2010-02-20 11:46:59 UTC (rev 5547)
@@ -1281,5 +1281,8 @@
 
 INSERT INTO translations (locale, msgid, msgstr ) VALUES ('de', 'Add GeoRSS', 'GeoRSS hinzufügen');
 
+-- remove deprecated attributes of gui element addWMS
+UPDATE gui_element set e_attributes = '' WHERE e_id = 'addWMS';
 
 
+



More information about the Mapbender_commits mailing list