53615655f2
In this patch 'networking' field was removed from environment and environment template models. Also, it was cleared from DB and tests. Change-Id: I372f032a2b1fad1bd9c65016a8d3330bba4bf853 Closes-Bug: #1314192 |
||
---|---|---|
.. | ||
versions | ||
env.py | ||
README | ||
script.py.mako |
Please see https://alembic.readthedocs.org/en/latest/index.html for general documentation To create alembic migrations use: $ murano-db-manage revision --message --autogenerate Stamp db with most recent migration version, without actually running migrations $ murano-db-manage stamp --revision head Upgrade can be performed by: $ murano-db-manage upgrade $ murano-db-manage upgrade --revision head Downgrading db: $ murano-db-manage downgrade $ murano-db-manage downgrade --revision base