Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20150721.phurl.6.alias.sql
blob1ed7717b50549d68d096e8e9240f7a92271bf4e3
1 ALTER TABLE {$NAMESPACE}_phurl.phurl_url
2   ADD alias VARCHAR(64) COLLATE {$COLLATE_SORT};