[Mapbender-commits] r1985 - branches/2.5/resources/db/postgresql/utf8

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jan 18 05:52:12 EST 2008


Author: astrid_emde
Date: 2008-01-18 05:52:12 -0500 (Fri, 18 Jan 2008)
New Revision: 1985

Modified:
   branches/2.5/resources/db/postgresql/utf8/pgsql_data.sql
Log:
admin_de_services and admin_en_services added to group mapbender release 

Modified: branches/2.5/resources/db/postgresql/utf8/pgsql_data.sql
===================================================================
--- branches/2.5/resources/db/postgresql/utf8/pgsql_data.sql	2008-01-18 10:51:39 UTC (rev 1984)
+++ branches/2.5/resources/db/postgresql/utf8/pgsql_data.sql	2008-01-18 10:52:12 UTC (rev 1985)
@@ -1,4 +1,4 @@
---  
+--  
 -- postgresql data utf8
 -- 
 -- Mapbender (Version: 2.4.2)
@@ -2552,6 +2552,8 @@
 INSERT INTO gui_mb_group (fkey_gui_id, fkey_mb_group_id, mb_group_type) VALUES ('admin1', 20, '');
 INSERT INTO gui_mb_group (fkey_gui_id, fkey_mb_group_id, mb_group_type) VALUES ('admin2_de', 20, '');
 INSERT INTO gui_mb_group (fkey_gui_id, fkey_mb_group_id, mb_group_type) VALUES ('admin2_en', 20, '');
+INSERT INTO gui_mb_group (fkey_gui_id, fkey_mb_group_id, mb_group_type) VALUES ('admin_de_services', 20, '');
+INSERT INTO gui_mb_group (fkey_gui_id, fkey_mb_group_id, mb_group_type) VALUES ('admin_en_services', 20, '');
 INSERT INTO gui_mb_group (fkey_gui_id, fkey_mb_group_id, mb_group_type) VALUES ('gui', 20, '');
 INSERT INTO gui_mb_group (fkey_gui_id, fkey_mb_group_id, mb_group_type) VALUES ('gui1', 20, '');
 INSERT INTO gui_mb_group (fkey_gui_id, fkey_mb_group_id, mb_group_type) VALUES ('wms_africa', 20, '');



More information about the Mapbender_commits mailing list