function commerce_file_update_7108 in Commerce File 7
Re-run 7104 for Unlock Commerce File field on License entities to fix fresh installs
See also
http://drupal.org/node/1394892
File
- ./
commerce_file.install, line 401 - Install, update and uninstall functions this module.
Code
function commerce_file_update_7108(&$sandbox) {
return commerce_file_update_7104($sandbox);
}