[Mapbender-commits] r2122 - branches/2.5/resources/db/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Feb 20 08:34:27 EST 2008
Author: astrid_emde
Date: 2008-02-20 08:34:27 -0500 (Wed, 20 Feb 2008)
New Revision: 2122
Modified:
branches/2.5/resources/db/update/update_postgresql_db.sql
Log:
new column f_operator
Modified: branches/2.5/resources/db/update/update_postgresql_db.sql
===================================================================
--- branches/2.5/resources/db/update/update_postgresql_db.sql 2008-02-20 12:48:10 UTC (rev 2121)
+++ branches/2.5/resources/db/update/update_postgresql_db.sql 2008-02-20 13:34:27 UTC (rev 2122)
@@ -112,7 +112,7 @@
ALTER TABLE wfs_conf_element ADD COLUMN f_auth_varname VARCHAR(50);
ALTER TABLE wfs_conf add COLUMN wfs_conf_description text;
ALTER TABLE wfs_conf_element ADD COLUMN f_show_detail int4;
-
+ALTER TABLE wfs_conf_element ADD COLUMN f_operator VARCHAR(50);
--
-- table gui_element: new column for translation
--
More information about the Mapbender_commits
mailing list