mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
8 lines
130 B
PHP
8 lines
130 B
PHP
|
<?php
|
||
|
|
||
|
$table = new PhabricatorRepository();
|
||
|
|
||
|
foreach (new LiskMigrationIterator($table) as $repo) {
|
||
|
$repo->updateURIIndex();
|
||
|
}
|