This seems to be missing from the datasync.install file.
Or at least something like it.

<?php
/**
 * Implementation of hook_uninstall().
 */
function datasync_uninstall() {
  drupal_uninstall_schema('datasync');
}
?>

Comments

andrewlevine’s picture

Priority: Critical » Normal

Thanks for the report, will get to this as soon as I can

gashev’s picture

Status: Active » Fixed
gashev’s picture

Status: Fixed » Active
andrewlevine’s picture

Status: Active » Fixed

committed to DRUPAL-6--1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.