Page MenuHomePhorge

20150501.calendar.2.reply.php
No OneTemporary

Size
477 B
Referenced Files
None
Subscribers
None

20150501.calendar.2.reply.php

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

File Metadata

Mime Type
text/x-php
Expires
Tue, May 6, 5:06 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80727
Default Alt Text
20150501.calendar.2.reply.php (477 B)

Event Timeline