feature: migration version fix

This commit is contained in:
ievgenii.v 2025-11-03 17:53:10 +02:00
parent 814961065b
commit 398723f405
2 changed files with 1 additions and 1 deletions

View file

@ -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"