function contact_update_8002

Drop the {contact} table.

Related topics

File

drupal/core/modules/contact/contact.install, line 78
Install, update and uninstall functions for the contact module.

Code

function contact_update_8002() {
  db_drop_table('contact');
}