summaryrefslogtreecommitdiff
path: root/heat/db/migrations/README.rst
blob: b2283fc82c1c729dcec13c95301ce415aa038edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Database migrations
===================

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 :command:`alembic` command::

    $ alembic --help

.. __: https://alembic.sqlalchemy.org/en/latest/
.. __: https://www.sqlalchemy.org/
.. __: https://alembic.sqlalchemy.org/en/latest/tutorial.html