You are here

function mailchimp_ecommerce_update_8001 in Mailchimp E-Commerce 8

Install the 'mailchimp_ecommerce_customer' table schema.

File

./mailchimp_ecommerce.install, line 56
Install, update and uninstall functions for the mailchimp_ecommerce module.

Code

function mailchimp_ecommerce_update_8001() {
  drupal_install_schema('mailchimp_ecommerce_customer');
}