veda-consulting-company / uk.co.vedaconsulting.mailchimp

Other
22 stars 43 forks source link

Fix #325 - remove log table on uninstall #326

Closed artfulrobot closed 5 years ago

artfulrobot commented 5 years ago

The old code left the table log_civicrm_value_mailchimp_settings in existance after uninstall. Then if you tried to re-install the extension it would crash CiviCRM.

This PR adds a DROP TABLE IF EXISTS call on that table.