function image_update_8001

Remove the {image_styles} and {image_effects} tables.

File

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

Code

function image_update_8001() {
  db_drop_table('image_styles');
  db_drop_table('image_effects');
}