Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20160510.repo.01.uriindex.php
blob191985af477d77e2869d8ac65b2b26db0728443b
1 <?php
3 $repos = id(new PhabricatorRepositoryQuery())
4 ->setViewer(PhabricatorUser::getOmnipotentUser())
5 ->needURIs(true)
6 ->execute();
8 foreach ($repos as $repo) {
9 $repo->updateURIIndex();