806fd1c75f
Current environment and environment template information miss a description field to describe its functionality. Fixing this request implies to provide an extra field in both environment and environment template for that information, for instance called text, since description includes the object json. Change-Id: Ic7dc5f420f453a3f4fa2769860b4a603ab14eaad Closes-Bug: #1588276 |
||
---|---|---|
.. | ||
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