The heat.db.migration Module

Database setup and migration commands.

heat.db.migration.db_sync(version=None)[source]

Migrate the database to version or the most recent version.

heat.db.migration.db_version()[source]

Display the current database version.

This Page