Page MenuHomePhabricator

Fix accidental forward dependency in old commit summary migration
ClosedPublic

Authored by epriestley on Feb 5 2014, 10:53 PM.
Tags
None
Referenced Files
F13816135: D8152.id18452.diff
Thu, Sep 19, 1:07 PM
F13816132: D8152.id18441.diff
Thu, Sep 19, 1:06 PM
F13815014: D8152.id18441.diff
Thu, Sep 19, 7:53 AM
F13815013: D8152.id.diff
Thu, Sep 19, 7:53 AM
F13815012: D8152.id18452.diff
Thu, Sep 19, 7:53 AM
F13814987: D8152.diff
Thu, Sep 19, 7:49 AM
Unknown Object (File)
Wed, Sep 18, 3:51 PM
Unknown Object (File)
Sun, Sep 8, 8:36 PM
Subscribers

Details

Summary

See IRC. This migration inadvertently depends on the columns in the commit table, because it calls save(), and thus broke for installs with data after we added the importStatus column. Since that was ~9 months after this patch, probably not many installs are affected.

Test Plan

Ran patch locally with --apply on data. Had user verify fix.

Diff Detail

Repository
rP Phabricator
Branch
savepatch
Lint
Lint Passed
Unit
No Test Coverage