mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
c42bbd6f5c
Summary: Ref T13054. Companion storage change for D19062. Test Plan: Applied migration and adjustments. Viewed messages in Harbormaster; created them with `harbormaster.sendmessage`; processed them with `bin/phd debug task`. Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T13054 Differential Revision: https://secure.phabricator.com/D19063
2 lines
126 B
SQL
2 lines
126 B
SQL
ALTER TABLE {$NAMESPACE}_harbormaster.harbormaster_buildmessage
|
|
CHANGE buildTargetPHID receiverPHID VARBINARY(64) NOT NULL;
|