Change DB migration constant to 2026_1

Change-Id: Ia3a1ceaff3964bf62e19ebf46a53b885750ac4a7
Signed-off-by: Cyril Roelandt <cyril@redhat.com>
This commit is contained in:
Cyril Roelandt
2025-10-28 19:49:23 +01:00
parent ffd134553f
commit ad612406e7

View File

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