Change DB migration constant to 2024_2

Change-Id: I8b1dcb76d16ebd6a2c90b75b6ad3de34be3cba99
This commit is contained in:
Pranali Deore 2024-04-18 05:42:40 +00:00
parent 835e7f36a5
commit 4b4e36f160
1 changed files with 1 additions and 1 deletions

View File

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