diff --git a/uuid.install b/uuid.install
index 688dac0..43fa068 100644
--- a/uuid.install
+++ b/uuid.install
@@ -183,3 +183,10 @@ function uuid_update_7100() {
 function uuid_update_7101() {
   drupal_flush_all_caches();
 }
+
+/**
+ * Insure that the uuid and vuuid fields are added where needed.
+ */
+function uuid_update_7102() {
+  uuid_install();
+}
