function commerce_promotion_update_8201 in Commerce Core 8.2
Install the `commerce_promotion_usage` table schema.
File
- modules/
promotion/ commerce_promotion.install, line 71 - Install, update and uninstall functions for the commerce_promotion module.
Code
function commerce_promotion_update_8201() {
drupal_install_schema('commerce_promotion');
}