Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20140822.daemonenvhash.sql
blobfb95ecec351487fb2455844bdd6538becd0f37d6
1 ALTER TABLE {$NAMESPACE}_daemon.daemon_log
2   ADD COLUMN `envHash` CHAR(40) NOT NULL DEFAULT '' AFTER `dateModified`;