feature: migration version fix
This commit is contained in:
parent
814961065b
commit
398723f405
2 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ PYRAMID_SETTINGS = {}
|
|||
EXTENSIONS = {}
|
||||
|
||||
__version__ = ".".join((str(each) for each in VERSION[:3]))
|
||||
__dbversion__ = 120 # defines current db version for migrations
|
||||
__dbversion__ = 121 # defines current db version for migrations
|
||||
__license__ = "AGPLv3, and Commercial License"
|
||||
__author__ = "RhodeCode GmbH"
|
||||
__url__ = "https://code.rhodecode.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue