Page MenuHomePhorge

20130502.countdownrevamp2.php
No OneTemporary

Size
479 B
Referenced Files
None
Subscribers
None

20130502.countdownrevamp2.php

<?php
echo pht('Giving countdowns PHIDs');
$table = new PhabricatorCountdown();
$table->openTransaction();
foreach (new LiskMigrationIterator($table) as $countdown) {
if ($countdown->getPHID()) {
continue;
}
echo '.';
queryfx(
$countdown->establishConnection('w'),
'UPDATE %T SET phid = %s WHERE id = %d',
$countdown->getTableName(),
$countdown->generatePHID(),
$countdown->getID());
}
$table->saveTransaction();
echo "\n".pht('Done.')."\n";

File Metadata

Mime Type
text/x-php
Expires
Tue, Jun 17, 2:00 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
224122
Default Alt Text
20130502.countdownrevamp2.php (479 B)

Event Timeline