Page MenuHomePhabricator

Copy file attachment edges to new storage
ClosedPublic

Authored by epriestley on May 12 2022, 9:59 PM.
Tags
None
Referenced Files
F13084296: D21818.diff
Wed, Apr 24, 10:51 PM
Unknown Object (File)
Sun, Apr 21, 5:44 PM
Unknown Object (File)
Sat, Apr 20, 5:57 PM
Unknown Object (File)
Sat, Apr 20, 4:26 PM
Unknown Object (File)
Fri, Apr 19, 8:25 AM
Unknown Object (File)
Mon, Apr 15, 10:16 PM
Unknown Object (File)
Sat, Apr 13, 9:58 PM
Unknown Object (File)
Thu, Apr 11, 7:46 AM
Subscribers
Restricted Owners Package

Details

Reviewers
None
Maniphest Tasks
Restricted Maniphest Task
Commits
rP0329df0fa8d4: Copy file attachment edges to new storage
Summary

Ref T13603. Copy all existing file attachment data into the new storage table.

Test Plan

Ran migration, checked attachment table for general reasonableness.

Diff Detail

Repository
rP Phabricator
Branch
file6
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25717
Build 35545: arc lint + arc unit

Event Timeline

Owners added a subscriber: Restricted Owners Package.May 12 2022, 9:59 PM
  • Perform this migration entirely in SQL instead.

This is likely faster on most systems, and we get better ordering behavior
(older edges will have smaller IDs in the attachment table).

This revision was not accepted when it landed; it landed in state Needs Review.May 19 2022, 8:21 PM
This revision was automatically updated to reflect the committed changes.