Comment 11 for bug 1279000

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

Reviewed: https://review.openstack.org/75356
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=f7705f3a7d6acd8319318afc0fd9d1b534285f7d
Submitter: Jenkins
Branch: master

commit f7705f3a7d6acd8319318afc0fd9d1b534285f7d
Author: Zhi Yan Liu <email address hidden>
Date: Sat Feb 1 06:24:16 2014 +0800

    Make table utf-8 charset checking be optional for DB migration

    Add an option to the migration db_sync call to allow a project to
    disable the check for utf8 encoding on all tables. This allows the
    project to fix problems automatically via a migration, which
    otherwise would not be possible because the utf8 check would stop
    them from running migrations.

    Change-Id: I7f271d846141ac72dde3fb0d12159b125018eb2c
    Closes-bug: #1279000
    Signed-off-by: Zhi Yan Liu <email address hidden>