Change DB migration constant to 2025_1

Change-Id: I7a69dea2443244264d037e7657d59230dc6749a2
This commit is contained in:
Pranali Deore 2024-11-05 06:51:19 +00:00
parent acab9351a1
commit 293cb2c0b5

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'