Page MenuHomePhorge

20151210.land.2.refphid.php
No OneTemporary

20151210.land.2.refphid.php

<?php
$table = new PhabricatorRepositoryRefCursor();
$conn_w = $table->establishConnection('w');
foreach (new LiskMigrationIterator($table) as $cursor) {
if (strlen($cursor->getPHID())) {
continue;
}
queryfx(
$conn_w,
'UPDATE %T SET phid = %s WHERE id = %d',
$table->getTableName(),
$table->generatePHID(),
$cursor->getID());
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jan 19, 14:48 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125651
Default Alt Text
20151210.land.2.refphid.php (361 B)

Event Timeline