getTable('sales_flat_order_status_history'); $installer->getConnection()->addColumn( $orderHistoryTable, 'is_visible_on_front', "tinyint(1) UNSIGNED NOT NULL default '0' after `is_customer_notified`" ); $installer->run("UPDATE {$orderHistoryTable} SET is_visible_on_front = (is_customer_notified = 1 AND comment IS NOT NULL AND comment <> '');" );