You are here

function uc_quote_update_7001 in Ubercart 7.3

Drops {uc_order_quotes}.quote_form.

File

shipping/uc_quote/uc_quote.install, line 201
Install, update and uninstall functions for the uc_quote module.

Code

function uc_quote_update_7001() {
  db_drop_field('uc_order_quotes', 'quote_form');
}