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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Mar 4 02:24:31 PST 2014


Author: armin11
Date: 2014-03-04 02:24:31 -0800 (Tue, 04 Mar 2014)
New Revision: 8790

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql
Log:
Solve some encoding problem in line with ALTER TABLE mb_proxy_log ADD COLUMN got_result integer; ? change position of module - the second time  ;-)

Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql	2014-03-04 10:05:26 UTC (rev 8789)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql	2014-03-04 10:24:31 UTC (rev 8790)
@@ -280,7 +280,7 @@
 UPDATE wfs SET wfs_auth_type = '' WHERE wfs_auth_type IS NULL;
 
 --Erweiterung Tabelle mb_proxy_log
-ALTER TABLE mb_proxy_log ADD COLUMN got_result integer;
+ALTER TABLE mb_proxy_log ADD COLUMN got_result integer;
 ALTER TABLE mb_proxy_log ADD COLUMN error_message text;
 ALTER TABLE mb_proxy_log ADD COLUMN error_mime_type character varying(50);
 ALTER TABLE mb_proxy_log ADD COLUMN layer_featuretype_list text;
@@ -346,7 +346,7 @@
 --Eintragen der neuen Owsproxy-Calc-Elemente in Gui Administration_DE
 INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element, e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires, e_url) VALUES('Administration_DE','owsproxy_calc',2,1,'secure services','OWSProxy WMS Calculation','a','','href = "../frames/index.php?guiID=Owsproxy_csv"',80,10,NULL ,NULL ,NULL ,'font-family: Arial, Helvetica, sans-serif; font-size : 12px; text-decoration : none; color: #808080;','Sicherheits Proxy (Abrechnung)','a','','','','','');
 
-INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element, e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires, e_url) VALUES('Administration_DE','owsproxy_calc_collection',2,1,'Put existing divs in new div object. List the elements comma-separated under target, and make sure they have a title.','','div','','',250,160,200,30,NULL ,'','','div','../plugins/mb_div_collection.js','','owsproxy_calc,owsproxy_calc_icon','','');
+INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element, e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires, e_url) VALUES('Administration_DE','owsproxy_calc_collection',2,1,'Put existing divs in new div object. List the elements comma-separated under target, and make sure they have a title.','','div','','',150,160,200,30,NULL ,'','','div','../plugins/mb_div_collection.js','','owsproxy_calc,owsproxy_calc_icon','','');
 
 INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element, e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires, e_url) VALUES('Administration_DE','owsproxy_calc_icon',2,1,'icon','','img','../img/gnome/emblem-readonly.png','',0,0,NULL ,NULL ,2,'','','','','','','','');
 



More information about the Mapbender_commits mailing list