Comment 10 for bug 1241577

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

Reviewed: https://review.openstack.org/176019
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=cae7108dbebb8273ad2cc2f729c3dbbfa24ffe97
Submitter: Jenkins
Branch: stable/icehouse

commit cae7108dbebb8273ad2cc2f729c3dbbfa24ffe97
Author: swat30 <email address hidden>
Date: Tue Apr 21 14:34:03 2015 -0300

    Fix enable_snat column migration for Postgres + SQLite

    Previously, the column was being added with NOT NULL by default.
    This caused an issue when performing a migration in Postgres and
    SQLite where the default value was not being set.
    Change incorrect used 'default' parameter for usage 'server_default'.

    Closes-Bug: 1241577

    Change-Id: I10039130042796177d26afdec11d08a5ef0be18c