Page MenuHomestyx hydra

20140106.macromailkey.2.php
No OneTemporary

20140106.macromailkey.2.php

<?php
echo "Adding mailkeys to macros.\n";
$table = new PhabricatorFileImageMacro();
$conn_w = $table->establishConnection('w');
$iterator = new LiskMigrationIterator($table);
foreach ($iterator as $macro) {
$id = $macro->getID();
echo "Populating macro {$id}...\n";
if (!$macro->getMailKey()) {
queryfx(
$conn_w,
'UPDATE %T SET mailKey = %s WHERE id = %d',
$table->getTableName(),
Filesystem::readRandomCharacters(20),
$id);
}
}
echo "Done.\n";

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 8:29 PM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
419788
Default Alt Text
20140106.macromailkey.2.php (493 B)

Event Timeline