[Mapbender-commits] r6172 -
trunk/mapbender/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue May 11 08:45:59 EDT 2010
Author: christoph
Date: 2010-05-11 08:45:59 -0400 (Tue, 11 May 2010)
New Revision: 6172
Modified:
trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
Log:
Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql 2010-05-11 12:43:32 UTC (rev 6171)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql 2010-05-11 12:45:59 UTC (rev 6172)
@@ -2468,3 +2468,6 @@
ON UPDATE CASCADE ON DELETE CASCADE
)
WITHOUT OIDS;
+
+-- terms of use content
+INSERT INTO termsofuse (termsofuse_id, name, symbollink, description, descriptionlink) VALUES (1, 'CC by-nc-nd','http://i.creativecommons.org/l/by-nc-nd/3.0/de/88x31.png','Creative Commons: Namensnennung - Keine kommerzielle Nutzung - Keine Bearbeitungen 3.0 Deutschland','http://creativecommons.org/licenses/by-nc-nd/3.0/de/');
\ No newline at end of file
More information about the Mapbender_commits
mailing list