[GRASS-SVN] r58655 - grass/trunk/lib/python/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 9 13:28:18 PST 2014


Author: huhabla
Date: 2014-01-09 13:28:18 -0800 (Thu, 09 Jan 2014)
New Revision: 58655

Modified:
   grass/trunk/lib/python/temporal/core.py
Log:
Fixed wrong tgis_db_version commit


Modified: grass/trunk/lib/python/temporal/core.py
===================================================================
--- grass/trunk/lib/python/temporal/core.py	2014-01-09 21:27:15 UTC (rev 58654)
+++ grass/trunk/lib/python/temporal/core.py	2014-01-09 21:28:18 UTC (rev 58655)
@@ -108,7 +108,7 @@
 # this value must be an integer larger than 0
 # Increase this value in case of backward incompatible changes
 # temporal database SQL layout
-tgis_db_version=3
+tgis_db_version=2
 
 # We need to know the parameter style of the database backend
 tgis_dbmi_paramstyle = None



More information about the grass-commit mailing list