diff --git a/file_entity/file_entity.install b/file_entity/file_entity.install index e8b11a5..ecb5cc1 100644 --- a/file_entity/file_entity.install +++ b/file_entity/file_entity.install @@ -245,9 +245,21 @@ function file_entity_update_7100() { } /** - * Create the {image_dimensions} database table. + * Skipping update 7101. */ function file_entity_update_7101() { +} + +/** + * Skipping update 7102. + */ +function file_entity_update_7102() { +} + +/** + * Create the {image_dimensions} database table. + */ +function file_entity_update_7103() { if (!db_table_exists('image_dimensions')){ $schema['image_dimensions'] = array( 'description' => 'Cache images dimensions.',