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)
Mon, Jun 9, 1:55 AM
Unknown Object (File)
May 9 2025, 4:36 PM
Unknown Object (File)
May 5 2025, 6:01 AM
Unknown Object (File)
May 5 2025, 6:01 AM
Unknown Object (File)
Apr 19 2025, 1:45 PM
Unknown Object (File)
Apr 13 2025, 10:08 PM
Unknown Object (File)
Apr 13 2025, 1:57 AM
Unknown Object (File)
Apr 12 2025, 4:59 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