Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20150209.oauthclient.trust.sql
blob5b4b8e4adf824d23c200a413b6ef22a013cf4f10
1 ALTER TABLE {$NAMESPACE}_oauth_server.oauth_server_oauthserverclient
2   ADD isTrusted TINYINT(1) NOT NULL DEFAULT '0' AFTER creatorPHID;