diff rhodecode/__init__.py @ 836:28a4bb11bb6f beta

dbmigrations: added first working upgrade script fixed wrong versions fixed template path
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 11 Dec 2010 03:41:27 +0100
parents 8924ed0e4f36
children b76da6f22e0f
line wrap: on
line diff
--- a/rhodecode/__init__.py	Sat Dec 11 02:50:23 2010 +0100
+++ b/rhodecode/__init__.py	Sat Dec 11 03:41:27 2010 +0100
@@ -29,7 +29,7 @@
 
 VERSION = (1, 1, 0, 'beta')
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
-__dbversion__ = 1 #defines current db version for migrations
+__dbversion__ = 2 #defines current db version for migrations
 
 from rhodecode.lib.utils import get_current_revision
 _rev = get_current_revision()