function uc_recurring_update_6010 in UC Recurring Payments and Subscriptions 7.2
Same name and namespace in other branches
- 6.2 uc_recurring.install \uc_recurring_update_6010()
Fix damage caused by update 6009.
File
- ./
uc_recurring.install, line 502 - Installs the Recurring Fee module.
Code
function uc_recurring_update_6010() {
db_change_field('uc_recurring_users', 'order_product_id', 'order_product_id', array(
'type' => 'int',
'unsigned' => TRUE,
'not null' => FALSE,
'default' => 0,
));
}