Comment 2 for bug 1305725

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

Reviewed: https://review.openstack.org/86548
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c7dceedde516170d1a6ac1257103bdacb3b0cc84
Submitter: Jenkins
Branch: master

commit c7dceedde516170d1a6ac1257103bdacb3b0cc84
Author: Eugene Nikanorov <email address hidden>
Date: Thu Apr 10 13:36:45 2014 +0400

    Properly apply column default in migration pool_monitor_status

    server_default parameter should be used to apply default value at
    table/column creation time. Otherwise non-nullable column can't
    be created because of existing rows in the tables.

    Change-Id: I7136e6a0dfb9dc66ca63ff3c9fcf6de164e27e63
    Closes-Bug: #1305725