Merge "Change DB migration constant to 2023_2"

This commit is contained in:
Zuul 2023-05-04 09:00:41 +00:00 committed by Gerrit Code Review
commit c57866c111
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 = '2023_1'
CURRENT_RELEASE = '2023_2'
ALEMBIC_INIT_VERSION = 'liberty'