Merge "Change DB migration constant to 2025_1"

This commit is contained in:
Zuul 2024-11-07 16:22:00 +00:00 committed by Gerrit Code Review
commit cfa36c1b55

View File

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