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
Unknown Object (File)
Jan 28 2025, 10:11 AM
Unknown Object (File)
Jan 22 2025, 11:16 PM
Unknown Object (File)
Jan 22 2025, 11:15 PM
Unknown Object (File)
Jan 22 2025, 9:33 PM
Unknown Object (File)
Dec 20 2024, 9:49 AM
Unknown Object (File)
Dec 20 2024, 2:39 AM
Unknown Object (File)
Dec 9 2024, 1:59 AM
Unknown Object (File)
Dec 8 2024, 12:13 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

Lint
Lint Skipped
Unit
Tests Skipped