[Mapbender-commits] r8025 - branches/2.7/resources/db

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 28 10:12:02 EDT 2011


Author: astrid_emde
Date: 2011-07-28 07:12:02 -0700 (Thu, 28 Jul 2011)
New Revision: 8025

Modified:
   branches/2.7/resources/db/install.bat
Log:
error in sql 2.7.22 --> fixed to 2.7.2

Modified: branches/2.7/resources/db/install.bat
===================================================================
--- branches/2.7/resources/db/install.bat	2011-07-28 14:09:43 UTC (rev 8024)
+++ branches/2.7/resources/db/install.bat	2011-07-28 14:12:02 UTC (rev 8025)
@@ -138,7 +138,7 @@
 echo   update to 2.7rc2 to 2.7.1
 psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.7rc1_to_2.7rc2_pgsql_%USEDBENC%.sql %DBNAME% 1>> log_update.txt 2>> err_update.txt
 echo   update to 2.7.2
-psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.7.1_to_2.7.22_pgsql_%USEDBENC%.sql %DBNAME% 1>> log_update.txt 2>> err_update.txt
+psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/%USEDBENC%/update/update_2.7.1_to_2.7.2_pgsql_%USEDBENC%.sql %DBNAME% 1>> log_update.txt 2>> err_update.txt
 echo   update sequences
 psql -U %DBUSER% -h %DBHOST% -p %DBPORT% -f pgsql/pgsql_serial_set_sequences_2.7.sql %DBNAME% 1>> log_sequences.txt 2>> err_sequences.txt
 



More information about the Mapbender_commits mailing list