Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1331425
20151218.key.2.keyphid.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
352 B
Referenced Files
None
Subscribers
None
20151218.key.2.keyphid.php
View Options
<?php
$table
=
new
PhabricatorAuthSSHKey
();
$conn_w
=
$table
->
establishConnection
(
'w'
);
foreach
(
new
LiskMigrationIterator
(
$table
)
as
$cursor
)
{
if
(
strlen
(
$cursor
->
getPHID
()))
{
continue
;
}
queryfx
(
$conn_w
,
'UPDATE %T SET phid = %s WHERE id = %d'
,
$table
->
getTableName
(),
$table
->
generatePHID
(),
$cursor
->
getID
());
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jul 6, 5:33 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
316597
Default Alt Text
20151218.key.2.keyphid.php (352 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment