Comment 6 for bug 1658116

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

Reviewed: https://review.openstack.org/429912
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=eb1c186f10a4d0cfdcc53fbcf49c005cd9c4349d
Submitter: Jenkins
Branch: master

commit eb1c186f10a4d0cfdcc53fbcf49c005cd9c4349d
Author: Ronald De Rose <email address hidden>
Date: Mon Feb 6 22:45:14 2017 +0000

    Ensure migration file names are unique to avoid caching errors

    This patch requires migration files to include a prefix (expand,
    migrate, contract) in order to keep them unique and prevent a bug
    related to caching. Here is the standard format:
    [version]_[prefix]_[description]

    For example:
    * 001_expand_new_fk_constraint.py
    * 001_migrate_new_fk_constraint.py
    * 001_contract_new_fk_constraint.py

    Closes-Bug: #1658116
    Change-Id: I3431381abfe4d9fd15512c5c7beb6ab0028dc38e