mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
8a2604cf06
Summary: Depends on D19131. Ref T13088. During log finalization, stream the log into Files to support "Download Log", archive to Files, and API access. Test Plan: Ran `write-log` and `rebuild-log`, saw Files objects generate with log content and appropriate permissions. Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T13088 Differential Revision: https://secure.phabricator.com/D19132
2 lines
90 B
SQL
2 lines
90 B
SQL
ALTER TABLE {$NAMESPACE}_harbormaster.harbormaster_buildlog
|
|
ADD filePHID VARBINARY(64);
|