**** CubicPower OpenStack Study ****
def db_sync(version=None):
"""Migrate the database to `version` or the most recent version."""
return IMPL.db_sync(version=version)
**** CubicPower OpenStack Study ****
def db_version():
"""Display the current database version."""
return IMPL.db_version()
**** CubicPower OpenStack Study ****
def db_initial_version():
"""The starting version for the database."""
return IMPL.db_initial_version()