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
Unknown Object (File)
Thu, Nov 21, 5:49 PM
Unknown Object (File)
Mon, Nov 18, 1:19 AM
Unknown Object (File)
Thu, Nov 14, 6:28 AM
Unknown Object (File)
Sun, Nov 10, 7:30 AM
Unknown Object (File)
Sun, Nov 10, 2:12 AM
Unknown Object (File)
Oct 23 2024, 12:30 PM
Unknown Object (File)
Oct 20 2024, 6:58 AM
Unknown Object (File)
Oct 17 2024, 8:10 PM
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

Lint
Lint Skipped
Unit
Tests Skipped