Page MenuHomePhabricator

20140108.ddbpname.2.php
No OneTemporary

20140108.ddbpname.2.php

<?php
echo "Adding names to Drydock blueprints.\n";
$table = new DrydockBlueprint();
$conn_w = $table->establishConnection('w');
$iterator = new LiskMigrationIterator($table);
foreach ($iterator as $blueprint) {
$id = $blueprint->getID();
echo "Populating blueprint {$id}...\n";
if (!strlen($blueprint->getBlueprintName())) {
queryfx(
$conn_w,
'UPDATE %T SET blueprintName = %s WHERE id = %d',
$table->getTableName(),
pht('Blueprint %s', $id),
$id);
}
}
echo "Done.\n";

File Metadata

Mime Type
text/x-php
Expires
Sun, Oct 19, 12:09 AM (1 d, 19 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8241428
Default Alt Text
20140108.ddbpname.2.php (517 B)

Event Timeline