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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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).