Comment 7 for bug 1288358

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

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

commit 72e37ddcd067432675543c8f4d327fe766bc8044
Author: Darren Birkett <email address hidden>
Date: Thu Mar 6 16:17:03 2014 +0000

    Correctly inherit __table_args__ from parent class

    Where unique constraints are added to certain tables by populating
    __table_args__, we need to ensure we inherit the top level
    __table_args__ that define the default storage engine to use when
    creating tables.

    Change-Id: Ib886b84922830b60282b4f882591e43f5041e713
    Fixes: bug 1288358