Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100698975
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
Sun, Feb 2, 00:01
Size
223 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 00:01 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24014806
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