Change DB migration constant to 2023_2

Change-Id: I12af2e6e5eede2f1027682ab46fc69e1aeaa317c
This commit is contained in:
Pranali Deore 2023-04-10 09:39:35 +00:00
parent b023562e1d
commit 969de4ef07

View File

@ -29,5 +29,5 @@ db_options.set_defaults(cfg.CONF)
# Migration-related constants
EXPAND_BRANCH = 'expand'
CONTRACT_BRANCH = 'contract'
CURRENT_RELEASE = '2023_1'
CURRENT_RELEASE = '2023_2'
ALEMBIC_INIT_VERSION = 'liberty'