The cinder.db.migration Module

Database setup and migration commands.

db_initial_version()

The starting version for the database.

db_sync(version=None)

Migrate the database to version or the most recent version.

db_version()

Display the current database version.

Previous topic

The cinder.db.base Module

Next topic

The cinder.db.sqlalchemy.api Module

This Page