Comment 10 for bug 1288358

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

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

commit 466e89970f11918a809aafe8a048d138d4664299
Author: Jakub Libosvar <email address hidden>
Date: Tue Jul 22 18:50:07 2014 +0200

    Use storage engine when creating tables in migrations

    Although __table_args__ is set correctly in the base model, existing
    migration scripts were not generated with the mysql_engine option in
    the alembic output, likely due to:

    https://bitbucket.org/zzzeek/alembic/issue/110/

    This adds the mysql_engine option to each table creation operation.

    Change-Id: I990e8d64bcadf2be4e1e319319bc23225123b304
    Closes-Bug: #1288358