Page MenuHomePhabricator

Fix inadvertent forward dependency in task owner migration
ClosedPublic

Authored by epriestley on Feb 7 2014, 6:41 AM.

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