Change database migration version to wallaby

Change-Id: I5c57696827719d752879cb11044d9e969c853411
This commit is contained in:
Abhishek Kekane 2021-01-22 04:47:06 +00:00 committed by Dan Smith
parent cbc8519554
commit 03bf00ee3b
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 = 'victoria'
CURRENT_RELEASE = 'wallaby'
ALEMBIC_INIT_VERSION = 'liberty'
LATEST_REVISION = 'ussuri_contract01'
INIT_VERSION = 0