61625103a3
Previously we changed description column in environment table from TEXT to LONGTEXT but forgot to do the same for similar column in the task task table Change-Id: I3a2bd0204a9fac2d583d8742ca72868bd20c49b4 Closes-Bug: #1616997
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