mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
5587abf04c
Summary: We no longer display this any more in the UI, so go ahead and remove the callsites and db column. Test Plan: New Room, with and without participants. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17683
2 lines
94 B
SQL
2 lines
94 B
SQL
ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread
|
|
DROP COLUMN recentParticipantPHIDs;
|