Comment 4 for bug 1785833

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to mistral (master)

Reviewed: https://review.openstack.org/589510
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=6ce51e36bd831ad9ec357c8145e33ca8885430ae
Submitter: Zuul
Branch: master

commit 6ce51e36bd831ad9ec357c8145e33ca8885430ae
Author: Thomas Herve <email address hidden>
Date: Tue Aug 7 16:56:40 2018 +0200

    Update workbook namespace to '' on migration

    Namespaces for workbooks have been recently introduced by
    I2c66b3961915f0f35a9c468eb6dd0c0c70995234. It adds the new column but
    leave the default as NULL in the database, and doesn't update the old
    workbooks. This makes old workbooks undeletable. This patch adds a new
    migration updating the workbooks.

    Change-Id: I91d272d65b7be29303372f93c0811c484795efbb
    Closes-Bug: #1785833