3 $table = new PhabricatorRepositoryRefCursor();
4 $conn_w = $table->establishConnection('w');
6 foreach (new LiskMigrationIterator($table) as $cursor) {
7 if (strlen($cursor->getPHID())) {
13 'UPDATE %T SET phid = %s WHERE id = %d',
14 $table->getTableName(),
15 $table->generatePHID(),