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
Thu, Jul 17, 5:58 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
372762
Default Alt Text
20130502.countdownrevamp2.php (479 B)

Event Timeline