Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112200566
20170526.milestones.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, May 8, 20:03
Size
223 B
Mime Type
text/x-php
Expires
Sat, May 10, 20:03 (2 d)
Engine
blob
Format
Raw Data
Handle
26020655
Attached To
rPH Phabricator
20170526.milestones.php
View Options
<?php
$table
=
new
PhabricatorProject
();
foreach
(
new
LiskMigrationIterator
(
$table
)
as
$project
)
{
PhabricatorSearchWorker
::
queueDocumentForIndexing
(
$project
->
getPHID
(),
array
(
'force'
=>
true
,
));
}
Event Timeline
Log In to Comment