You are here

function uc_recurring_product_update_6000 in UC Recurring Payments and Subscriptions 7.2

Same name and namespace in other branches
  1. 6.2 modules/uc_recurring_product/uc_recurring_product.install \uc_recurring_product_update_6000()

Remove nid field from {uc_recurring_product}.

File

modules/uc_recurring_product/uc_recurring_product.install, line 78
Installs the Recurring Products module.

Code

function uc_recurring_product_update_6000() {
  db_drop_field('uc_recurring_product', 'nid');
}