[Mapbender-commits] r4627 - branches/2.6/resources/db

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Sep 15 05:50:32 EDT 2009


Author: vera
Date: 2009-09-15 05:50:32 -0400 (Tue, 15 Sep 2009)
New Revision: 4627

Modified:
   branches/2.6/resources/db/install_2.6.sh
Log:
renamed "update_2.6rc1_to_2.6rc2_pgsql_UTF-8.sql" to "update_2.6rc1_to_2.6_pgsql_UTF-8.sql"

Modified: branches/2.6/resources/db/install_2.6.sh
===================================================================
--- branches/2.6/resources/db/install_2.6.sh	2009-09-15 09:47:11 UTC (rev 4626)
+++ branches/2.6/resources/db/install_2.6.sh	2009-09-15 09:50:32 UTC (rev 4627)
@@ -177,7 +177,7 @@
 	echo "update to 2.6rc1"
 	psql -U $DBUSER  -h $DBHOST -p $DBPORT -f pgsql/$DBENCODING/update/update_2.5.1_to_2.6rc1_pgsql_$DBENCODING.sql $DBNAME >> log_update.txt 2>> err_update.txt
 	echo "update to 2.6rc2"
-	psql -U $DBUSER  -h $DBHOST -p $DBPORT -f pgsql/$DBENCODING/update/update_2.6rc1_to_2.6rc2_pgsql_$DBENCODING.sql $DBNAME >> log_update.txt 2>> err_update.txt
+	psql -U $DBUSER  -h $DBHOST -p $DBPORT -f pgsql/$DBENCODING/update/update_2.6rc1_to_2.6_pgsql_$DBENCODING.sql $DBNAME >> log_update.txt 2>> err_update.txt
 
 
 }



More information about the Mapbender_commits mailing list