Merge "Change DB migration constant to 2024_2"

This commit is contained in:
Zuul 2024-04-30 13:55:17 +00:00 committed by Gerrit Code Review
commit 02fbc47733
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'