ironic/ironic/db/sqlalchemy/alembic
Aeva Black 9f75bbd938 Add my new address to .mailmap
This commit updates the mailmap file and changes my alias
in a few places within old comments.

Change-Id: Ica0e184109d794b8e129d567b5606d7fe84ff384
2020-04-13 07:29:37 -07:00
..
versions Add my new address to .mailmap 2020-04-13 07:29:37 -07:00
README Remove description of 'downgrade' for ironic-dbsync 2016-04-10 14:12:14 +09:00
env.py Remove usage of some of the deprecated methods 2017-07-31 10:14:08 +00:00
script.py.mako Remove description of 'downgrade' for ironic-dbsync 2016-04-10 14:12:14 +09:00

README

Please see https://alembic.readthedocs.org/en/latest/index.html for general documentation

To create alembic migrations use:
$ ironic-dbsync revision --message --autogenerate

Stamp db with most recent migration version, without actually running migrations
$ ironic-dbsync stamp --revision head

Upgrade can be performed by:
$ ironic-dbsync - for backward compatibility
$ ironic-dbsync upgrade
# ironic-dbsync upgrade --revision head