ironic/ironic/db/sqlalchemy/alembic
Zenghui Shi c7e938cd57 BIOS Settings: Add bios_interface db field
Add bios_interface DB field, database migration,
and object entry for node bios functionality.

Co-Authored-By: Yolanda Robla Mota <yroblamo@redhat.com>
Depends-On: I48c96d5da0cb747b3ca3fceea9b4ffa85a9ebe22
Change-Id: I3a4f92fa880deef6e7882819afbadde2aff06161
Partial-Bug: #1712032
2018-04-17 16:26:39 +08:00
..
versions BIOS Settings: Add bios_interface db field 2018-04-17 16:26:39 +08: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