Page MenuHomePhorge

20140808.boardprop.3.php
No OneTemporary

Size
531 B
Referenced Files
None
Subscribers
None

20140808.boardprop.3.php

<?php
$table = new PhabricatorProjectColumn();
$conn_w = $table->establishConnection('w');
foreach (new LiskMigrationIterator($table) as $column) {
$id = $column->getID();
echo pht('Adjusting column %d...', $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 pht('Done.')."\n";

File Metadata

Mime Type
text/x-php
Expires
Thu, Jul 17, 6:17 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
367071
Default Alt Text
20140808.boardprop.3.php (531 B)

Event Timeline