Page MenuHomec4science

20160227.harbormaster.2.plani.php
No OneTemporary

File Metadata

Created
Tue, Jul 16, 02:15

20160227.harbormaster.2.plani.php

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

Event Timeline