Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20180322.lock.02.wait.sql
blobcba7cc64d01bd56e69e5a7e765cd34e26686fc50
1 ALTER TABLE {$NAMESPACE}_repository.repository_pushevent
2   ADD writeWait BIGINT UNSIGNED;
4 ALTER TABLE {$NAMESPACE}_repository.repository_pushevent
5   ADD readWait BIGINT UNSIGNED;
7 ALTER TABLE {$NAMESPACE}_repository.repository_pushevent
8   ADD hostWait BIGINT UNSIGNED;