You are here

function uc_order_update_7005 in Ubercart 7.3

Remove deprecated manufacturer column.

File

uc_order/uc_order.install, line 844
Install, update and uninstall functions for the uc_order module.

Code

function uc_order_update_7005() {
  db_drop_field('uc_order_products', 'manufacturer');
}