From cdaeb9cf308ad851a0cd7be5e42ab8bd2d35c30d Mon Sep 17 00:00:00 2001 From: Eli Lisseck Date: Tue, 3 Jun 2025 15:07:06 -0700 Subject: [PATCH] Add hook_update_last_removed() for final version of drupal 7 module schema. Fixes #27 --- field_collection.install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/field_collection.install b/field_collection.install index 08de98d..f0384dc 100644 --- a/field_collection.install +++ b/field_collection.install @@ -106,3 +106,7 @@ function field_collection_update_1000() { } db_create_table('cache_entity_field_collection_item', $table); } + +function field_collection_update_last_removed() { + return 7009; +}