##// END OF EJS Templates
migration: Increased database version.
johbo -
r128:379f3c71 default
parent child Browse files
Show More
@@ -47,7 +47,7 b' CONFIG = {}'
47 EXTENSIONS = {}
47 EXTENSIONS = {}
48
48
49 __version__ = ('.'.join((str(each) for each in VERSION[:3])))
49 __version__ = ('.'.join((str(each) for each in VERSION[:3])))
50 __dbversion__ = 53 # defines current db version for migrations
50 __dbversion__ = 54 # defines current db version for migrations
51 __platform__ = platform.system()
51 __platform__ = platform.system()
52 __license__ = 'AGPLv3, and Commercial License'
52 __license__ = 'AGPLv3, and Commercial License'
53 __author__ = 'RhodeCode GmbH'
53 __author__ = 'RhodeCode GmbH'
General Comments 0
You need to be logged in to leave comments. Login now