nova/nova/db/api/migrations
2023-06-07 16:54:01 +00:00
..
versions db: Remove the legacy 'migration_version' table 2023-02-01 17:07:58 +00:00
env.py db: Don't rely on branched connections 2023-04-17 16:32:12 +01:00
README.rst db: Add initial alembic migration for API DB 2021-08-09 15:34:40 +01:00
script.py.mako db: Enable auto-generation of migrations 2021-08-09 15:34:40 +01:00

Migrations for the API database

This directory contains migrations for the API 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