Page MenuHomePhabricator

Fix inadvertent forward dependency in task owner migration
ClosedPublic

Authored by epriestley on Feb 7 2014, 6:41 AM.
Tags
None
Referenced Files
F14034799: D8162.diff
Sun, Nov 10, 2:12 AM
F13995385: D8162.id18465.diff
Wed, Oct 23, 12:30 PM
F13983509: D8162.id.diff
Sun, Oct 20, 6:58 AM
F13972631: D8162.diff
Thu, Oct 17, 8:10 PM
F13972624: D8162.id.diff
Thu, Oct 17, 8:08 PM
F13972622: D8162.id18465.diff
Thu, Oct 17, 8:07 PM
F13972619: D8162.id18467.diff
Thu, Oct 17, 8:05 PM
F13957673: D8162.id18467.diff
Mon, Oct 14, 10:37 AM
Subscribers

Details

Summary

See https://github.com/facebook/phabricator/issues/505. When the status/event table moved, it broke this migration, which implicitly loads statuses by loading events.

Instead, access just the row we care about.

Test Plan

Used --apply to apply the new version of the patch.

Diff Detail

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