function commerce_coupon_update_7001 in Commerce Coupon 7
Implements hook_update_N().
File
- ./
commerce_coupon.install, line 147 - Install, update and uninstall functions for the commerce_coupon module.
Code
function commerce_coupon_update_7001(&$sandbox) {
// The update system is going to flush all caches anyway, so nothing to do.
}