Skip to content

Commit a900853

Browse files
authored
Merge pull request #28 from elisseck/issues/27
Add hook_update_last_removed() for final version of drupal 7 module schema.
2 parents 59fd650 + cdaeb9c commit a900853

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

field_collection.install

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,7 @@ function field_collection_update_1000() {
106106
}
107107
db_create_table('cache_entity_field_collection_item', $table);
108108
}
109+
110+
function field_collection_update_last_removed() {
111+
return 7009;
112+
}

0 commit comments

Comments
 (0)