Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1400096
20180914.audit.01.mailkey.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
899 B
Referenced Files
None
Subscribers
None
20180914.audit.01.mailkey.php
View Options
<?php
$commit_table
=
new
PhabricatorRepositoryCommit
();
$commit_conn
=
$commit_table
->
establishConnection
(
'w'
);
$commit_name
=
$commit_table
->
getTableName
();
$properties_table
=
new
PhabricatorMetaMTAMailProperties
();
$conn
=
$properties_table
->
establishConnection
(
'w'
);
$iterator
=
new
LiskRawMigrationIterator
(
$commit_conn
,
$commit_name
);
$chunks
=
new
PhutilChunkedIterator
(
$iterator
,
100
);
foreach
(
$chunks
as
$chunk
)
{
$sql
=
array
();
foreach
(
$chunk
as
$commit
)
{
$sql
[]
=
qsprintf
(
$conn
,
'(%s, %s, %d, %d)'
,
$commit
[
'phid'
],
phutil_json_encode
(
array
(
'mailKey'
=>
$commit
[
'mailKey'
],
)),
PhabricatorTime
::
getNow
(),
PhabricatorTime
::
getNow
());
}
queryfx
(
$conn
,
'INSERT IGNORE INTO %R
(objectPHID, mailProperties, dateCreated, dateModified)
VALUES %LQ'
,
$properties_table
,
$sql
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jul 8, 3:37 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
327873
Default Alt Text
20180914.audit.01.mailkey.php (899 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment