migration: Increased database version.
This commit is contained in:
parent
f3a1987cc5
commit
a25c34f04e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ CONFIG = {}
|
|||
EXTENSIONS = {}
|
||||
|
||||
__version__ = ('.'.join((str(each) for each in VERSION[:3])))
|
||||
__dbversion__ = 53 # defines current db version for migrations
|
||||
__dbversion__ = 54 # defines current db version for migrations
|
||||
__platform__ = platform.system()
|
||||
__license__ = 'AGPLv3, and Commercial License'
|
||||
__author__ = 'RhodeCode GmbH'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue