config/sysinv/sysinv/sysinv/sysinv/db/sqlalchemy/migrate_repo/versions/021_placeholder.py

21 lines
466 B
Python

# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Copyright (c) 2016 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
# Placeholder to allow upgrades from TS_15.12
# Background:
# Due to support required for upgrades from HP 15.09 to 15.12
# this placeholder is required to ensure version equivalency.
# Release 3 (CGCS_DEV_0016) starts at version 030_....
def upgrade(migrate_engine):
pass
def downgrade(migration_engine):
pass