keystone/keystone/common/sql/migrations
Stephen Finucane 3b24c79331 sql: Add initial Yoga migration branches
This adds initial no-op migrations for the Yoga release and is modeled
on neutron changes I3823900bc5aaf7757c37edb804027cf4d9c757ab (which
created the '$RELEASE/expand' and '${RELEASE}/contract' directory
structure) and Ie4b727e55a0b1ecb12e915a0037094a928d8f975 (which created
the 'EXPAND_HEAD' and 'CONTRACT_HEAD' files.

Change-Id: If71cb5f1323762c7e2110942e9558f9c69e3bcb2
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-01-24 16:28:35 +00:00
..
versions sql: Add initial Yoga migration branches 2022-01-24 16:28:35 +00:00
env.py sql: Populate initial alembic migration 2022-01-24 16:26:48 +00:00
README.rst sql: Add initial alembic scaffolding 2022-01-21 13:39:30 +00:00
script.py.mako sql: Add initial alembic scaffolding 2022-01-21 13:39:30 +00:00

Migrations for the database

This directory contains migrations for the database. These are implemented using alembic, a lightweight database migration tool designed for usage with SQLAlchemy.

The best place to start understanding Alembic is with its own tutorial. You can also play around with the alembic command:

$ alembic --help