function uc_product_update_7300 in Ubercart 7.3
Remove unused unique hash column.
File
- uc_product/
uc_product.install, line 371 - Install, update and uninstall functions for the uc_product module.
Code
function uc_product_update_7300() {
db_drop_field('uc_products', 'unique_hash');
}