Merge lp://staging/~sinzui/charmworld/disable-migration into lp://staging/~juju-jitsu/charmworld/trunk
Proposed by
Curtis Hovey
Status: | Merged |
---|---|
Merged at revision: | 252 |
Proposed branch: | lp://staging/~sinzui/charmworld/disable-migration |
Merge into: | lp://staging/~juju-jitsu/charmworld/trunk |
Diff against target: |
15 lines (+6/-1) 1 file modified
migrations/versions/007_delete_icon_field.py (+6/-1) |
To merge this branch: | bzr merge lp://staging/~sinzui/charmworld/disable-migration |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley (community) | Approve | ||
Review via email: mp+168482@code.staging.launchpad.net |
Commit message
Disable data migrations until the circular reference issue is resolved.
Description of the change
This branch disables data migrations because the last two deploys have failed because of circular references in the charm bson. I have changed migration 7 (the one that production has not yet done) to return early.
I am writing a script that will walk the charms and report which charms are problematic so that we can either fix the data or process this week.
To post a comment you must log in.
I think it's the right approach for now, but please add a bug number.