mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
b6daa049de
Summary: Ref T10909. Ref T9224. We label this field "Host" in the UI; make the storage format consistent. Test Plan: - Viewed month view, day view, detail view of an event. - Created a new event, saw myself as the host. Reviewers: chad Reviewed By: chad Maniphest Tasks: T9224, T10909 Differential Revision: https://secure.phabricator.com/D16291
2 lines
100 B
SQL
2 lines
100 B
SQL
ALTER TABLE {$NAMESPACE}_calendar.calendar_event
|
|
CHANGE userPHID hostPHID VARBINARY(64) NOT NULL;
|