Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20150501.conpherencepics.sql
bloba12464afb86671643d65870855c71565e220fb64
1 ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread
2   ADD imagePHIDs LONGTEXT COLLATE {$COLLATE_TEXT} NOT NULL AFTER title;
4 UPDATE {$NAMESPACE}_conpherence.conpherence_thread
5   SET imagePHIDS = '[]';