Change database migration version to xena

Change-Id: I3f42e37e783fdeefe60a25211a97d54600c97021
This commit is contained in:
Abhishek Kekane 2021-07-15 15:12:30 +00:00
parent 2b62197f91
commit e33e0debb1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def get_backend():
# Migration-related constants
EXPAND_BRANCH = 'expand'
CONTRACT_BRANCH = 'contract'
CURRENT_RELEASE = 'wallaby'
CURRENT_RELEASE = 'xena'
ALEMBIC_INIT_VERSION = 'liberty'
LATEST_REVISION = 'wallaby_contract01'
INIT_VERSION = 0