You are here

function uc_attribute_update_7002 in Ubercart 7.3

Remove attribute description format..

File

uc_attribute/uc_attribute.install, line 492
Install, update and uninstall functions for the uc_attribute module.

Code

function uc_attribute_update_7002() {
  db_drop_field('uc_attributes', 'format');
}