nova/nova/db/main/migrations
2024-01-18 21:51:57 +00:00
..
versions Merge "Attach Manila shares via virtiofs (db)" 2024-01-18 21:51:57 +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 main 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 main database

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