Create database schema from models description.
Can be used for initial installation instead of upgrade(‘head’).
Used for downgrading database.
version (string) – Desired database version
Creates template for migration.
message (string) – Text that will be used for migration title
autogenerate (bool) – If True - generates diff based on current database state
Stamps database with provided revision.
Don’t run any migrations.
revision (string) – Should match one from repository or head - to stamp database with most recent revision
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.