Open Stein for data migrations

Change CURRENT_RELEASE from 'rocky' to 'stein' to open Stein for
data migrations.

Change-Id: Ie01c2e29d8fa238d682ad7c925e38304f5a9ea8e
This commit is contained in:
Brian Rosmaita 2019-01-21 18:00:57 -05:00
parent 437ba3ee9b
commit c98bcd4f21
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def get_backend():
# Migration-related constants
EXPAND_BRANCH = 'expand'
CONTRACT_BRANCH = 'contract'
CURRENT_RELEASE = 'rocky'
CURRENT_RELEASE = 'stein'
ALEMBIC_INIT_VERSION = 'liberty'
LATEST_REVISION = 'queens_contract01'
INIT_VERSION = 0