Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20150317.conpherence.isroom.1.sql
blob9cfdb5d0c1886a0e0ea4b855756eea2ba4b7c366
1 ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread
2   ADD isRoom BOOL NOT NULL DEFAULT 0 AFTER title;