[Mapbender-commits] r2157 - branches/2.4.5/resources/db/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Mar 3 04:21:21 EST 2008


Author: christoph
Date: 2008-03-03 04:21:21 -0500 (Mon, 03 Mar 2008)
New Revision: 2157

Modified:
   branches/2.4.5/resources/db/update/update_mysql_db.sql
   branches/2.4.5/resources/db/update/update_postgresql_db.sql
Log:
added notice

Modified: branches/2.4.5/resources/db/update/update_mysql_db.sql
===================================================================
--- branches/2.4.5/resources/db/update/update_mysql_db.sql	2008-03-03 08:51:02 UTC (rev 2156)
+++ branches/2.4.5/resources/db/update/update_mysql_db.sql	2008-03-03 09:21:21 UTC (rev 2157)
@@ -5,4 +5,8 @@
 --
 -- table gui_element: new column for translation
 --
+-- NOTICE:
+-- you may already have this column if you used the 
+-- update SQL in Mapbender 2.4.4
+--
 ALTER TABLE gui_element ADD COLUMN e_title VARCHAR(255);

Modified: branches/2.4.5/resources/db/update/update_postgresql_db.sql
===================================================================
--- branches/2.4.5/resources/db/update/update_postgresql_db.sql	2008-03-03 08:51:02 UTC (rev 2156)
+++ branches/2.4.5/resources/db/update/update_postgresql_db.sql	2008-03-03 09:21:21 UTC (rev 2157)
@@ -5,5 +5,9 @@
 --
 -- table gui_element: new column for translation
 --
+-- NOTICE:
+-- you may already have this column if you used the 
+-- update SQL in Mapbender 2.4.4
+--
 ALTER TABLE gui_element ADD COLUMN e_title VARCHAR(255);
 



More information about the Mapbender_commits mailing list