Page MenuHomestyx hydra

20140808.boardprop.3.php
No OneTemporary

20140808.boardprop.3.php

<?php
$table = new PhabricatorProjectColumn();
$conn_w = $table->establishConnection('w');
foreach (new LiskMigrationIterator($table) as $column) {
$id = $column->getID();
echo "Adjusting column {$id}...\n";
if ($column->getSequence() == 0) {
$properties = $column->getProperties();
$properties['isDefault'] = true;
queryfx(
$conn_w,
'UPDATE %T SET properties = %s WHERE id = %d',
$table->getTableName(),
json_encode($properties),
$id);
}
}
echo "Done.\n";

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 25, 12:05 AM (4 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
814605
Default Alt Text
20140808.boardprop.3.php (513 B)

Event Timeline