[Mapbender-commits] r2799 - trunk/mapbender/resources/db
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Aug 14 11:13:09 EDT 2008
Author: christoph
Date: 2008-08-14 11:13:08 -0400 (Thu, 14 Aug 2008)
New Revision: 2799
Modified:
trunk/mapbender/resources/db/schema_2.5.dia
Log:
removed gui_gml typo
fkey_layer_id set to integer in gui_treegde
Modified: trunk/mapbender/resources/db/schema_2.5.dia
===================================================================
--- trunk/mapbender/resources/db/schema_2.5.dia 2008-08-14 15:01:50 UTC (rev 2798)
+++ trunk/mapbender/resources/db/schema_2.5.dia 2008-08-14 15:13:08 UTC (rev 2799)
@@ -10156,7 +10156,7 @@
<dia:string>#fkey_layer_id#</dia:string>
</dia:attribute>
<dia:attribute name="type">
- <dia:string>#text#</dia:string>
+ <dia:string>#integer#</dia:string>
</dia:attribute>
<dia:attribute name="value">
<dia:string>##</dia:string>
@@ -15702,7 +15702,7 @@
<dia:attribute name="text">
<dia:composite type="text">
<dia:attribute name="string">
- <dia:string>#ALTER TABLE gui_gml CHANGE COLUMN kml_id kml_id integer NOT NULL AUTO_INCREMENT;#</dia:string>
+ <dia:string>#ALTER TABLE gui_kml CHANGE COLUMN kml_id kml_id integer NOT NULL AUTO_INCREMENT;#</dia:string>
</dia:attribute>
<dia:attribute name="font">
<dia:font family="monospace" style="0" name="Courier"/>
More information about the Mapbender_commits
mailing list