Change DB migration constant to 2025_2

Change-Id: Ib51c7bd97f1645e6e506de0bd7be7e883d3e1e47
This commit is contained in:
Cyril Roelandt 2025-04-14 15:11:18 +02:00
parent 7dbb31949e
commit 2b32a2e32c

View File

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