Add database storage for a dedicated file attachment table
commitcfa42c5e655ca18bf32a54c1b9a34afd3a2ac9d5
authorepriestley <git@epriestley.com>
Tue, 10 May 2022 19:04:39 +0000 (10 12:04 -0700)
committerepriestley <git@epriestley.com>
Thu, 19 May 2022 20:21:02 +0000 (19 13:21 -0700)
treedf09b180c22e342ec633dc51443e33db9cf05659
parent6fea5e5ce7d592d24b16aec1c01915ad24118852
Add database storage for a dedicated file attachment table

Summary: Ref T13603. Prepare to move this relationship out of edge storage into dedicated storage so it is easier to formalize better in the UI.

Test Plan: Ran `bin/storage upgrade`.

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13603

Differential Revision: https://secure.phabricator.com/D21813
resources/sql/autopatches/20220510.file.01.attach.sql [new file with mode: 0644]
src/__phutil_library_map__.php
src/applications/files/storage/PhabricatorFileAttachment.php [new file with mode: 0644]