Ref T13603. Copy all existing file attachment data into the new storage table.
Details
Details
- Reviewers
- None
- Maniphest Tasks
- Restricted Maniphest Task
- Commits
- rP0329df0fa8d4: Copy file attachment edges to new storage
Ran migration, checked attachment table for general reasonableness.
Diff Detail
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
Comment Actions
- 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).