Page MenuHomec4science

20160303.drydock.2.bluei.php
No OneTemporary

File Metadata

Created
Tue, Jul 16, 01:21

20160303.drydock.2.bluei.php

<?php
$table = new DrydockBlueprint();
foreach (new LiskMigrationIterator($table) as $blueprint) {
PhabricatorSearchWorker::queueDocumentForIndexing(
$blueprint->getPHID(),
array(
'force' => true,
));
}

Event Timeline