9941585945
The current command used for alter a column (drop or alter) missing the compatibility with sqllite. Solution, pass by using batch alembic. Read http://alembic.readthedocs.org/en/latest/batch.html for more info. Change-Id: I32c5cecaad111f2bde559de74ecefa339739b994 |
||
---|---|---|
.. | ||
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