Seems the share_link_codes database is not dropped on uninstall:

/**
 * Implementation of hook_uninstall
 */
function link_codes_uninstall() {
  db_query("DROP TABLE IF EXISTS {share_link_codes}");
}

Comments

psynaptic’s picture

Title: link_codes.install needs drop database » link_codes.install needs drop table
greenskin’s picture

Status: Active » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

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