Comment 5 for bug 1346638

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

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

commit 9ea42f50d3136885ffb1f7b23a7d831165f25247
Author: Jakub Libosvar <email address hidden>
Date: Tue Jul 22 10:45:52 2014 +0200

    Change autogenerate to be unconditional

    Template for generating db migration scripts are now not run according
    to used plugins. Target environment is set to use all available models
    but also used plugins are kept for backward compatibility.

    Part of this patch is script that will drop unused tables to avoid
    generating the drop in future migration scripts.

    Change-Id: I90a7d3416de24f2317ccdeb828bb8bd973ee5e61
    Closes-bug: #1346638