Page MenuHomePhabricator

Copy file attachment edges to new storage
ClosedPublic

Authored by epriestley on May 12 2022, 9:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 23, 7:17 PM
Unknown Object (File)
Tue, Mar 19, 5:25 PM
Unknown Object (File)
Sat, Mar 16, 11:55 AM
Unknown Object (File)
Tue, Mar 5, 5:27 AM
Unknown Object (File)
Feb 19 2024, 11:42 AM
Unknown Object (File)
Feb 15 2024, 10:20 PM
Unknown Object (File)
Feb 15 2024, 4:40 PM
Unknown Object (File)
Feb 13 2024, 8:28 PM
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 25730
Build 35558: 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.