Comment 3 for bug 1423955

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

Reviewed: https://review.openstack.org/157878
Committed: https://git.openstack.org/cgit/stackforge/sqlalchemy-migrate/commit/?id=ae64d828df9debe61283ca7aa436bdbf0b49d0e7
Submitter: Jenkins
Branch: master

commit ae64d828df9debe61283ca7aa436bdbf0b49d0e7
Author: Matt Riedemann <email address hidden>
Date: Fri Feb 20 09:26:10 2015 -0800

    allow dropping fkeys with sqlite

    This implements the ability to drop foreign keys
    with sqlite. It's basically the same implementation
    used for dropping unique constraints so the common
    code is refactored.

    The existing FKey test that was skipping sqlite is
    no longer skipped to show this works.

    Change-Id: Idaaf4229e34af4c21c3bcead4b4e22491d24238e
    Closes-Bug: #1423955