From 9c996a8f78dd29df0270e5af15b4e8d172ebcc45 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Fri, 26 Apr 2013 12:24:07 -0700 Subject: [PATCH] Issue #1980058 by swentel: Fixed image_update_8001() should not drop tables. --- core/modules/image/image.install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/modules/image/image.install b/core/modules/image/image.install index e4e77d859fe9..8a0566093400 100644 --- a/core/modules/image/image.install +++ b/core/modules/image/image.install @@ -161,11 +161,9 @@ function image_update_8000() { } /** - * Remove the {image_styles} and {image_effects} tables. + * Empty update. See http://drupal.org/node/1980058. */ function image_update_8001() { - db_drop_table('image_styles'); - db_drop_table('image_effects'); } /** -- GitLab