[Mapbender-commits] r4629 - branches/2.6/resources/db
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Sep 15 06:47:16 EDT 2009
Author: vera
Date: 2009-09-15 06:47:14 -0400 (Tue, 15 Sep 2009)
New Revision: 4629
Modified:
branches/2.6/resources/db/install_2.6.bat
Log:
renamed "update_2.6rc1_to_2.6rc2" to "update_2.6rc1_to_2.6"
Modified: branches/2.6/resources/db/install_2.6.bat
===================================================================
--- branches/2.6/resources/db/install_2.6.bat 2009-09-15 10:00:43 UTC (rev 4628)
+++ branches/2.6/resources/db/install_2.6.bat 2009-09-15 10:47:14 UTC (rev 4629)
@@ -131,8 +131,8 @@
psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.5.1rc1_to_2.5.1_pgsql_%USEDBENC%.sql %DBNAME% 1>>log_update.txt 2>> err_update.txt
echo to 2.6rc1
psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.5.1_to_2.6rc1_pgsql_%USEDBENC%.sql %DBNAME% 1>>log_update.txt 2>> err_update.txt
-echo to 2.6rc2
-psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.6rc1_to_2.6rc2_pgsql_%USEDBENC%.sql %DBNAME% 1>>log_update.txt 2>> err_update.txt
+echo to 2.6
+psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.6rc1_to_2.6_pgsql_%USEDBENC%.sql %DBNAME% 1>>log_update.txt 2>> err_update.txt
goto POFILES
More information about the Mapbender_commits
mailing list