Index: uc_restrict_qty.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/uc_restrict_qty/Attic/uc_restrict_qty.install,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 uc_restrict_qty.install
--- uc_restrict_qty.install	13 Apr 2009 11:13:42 -0000	1.1.2.1
+++ uc_restrict_qty.install	11 May 2009 16:42:02 -0000
@@ -68,6 +68,15 @@
 }
 
 /**
+ * If module is already installed, the database can be not existing yet (6x-1).
+ */
+function uc_restrict_qty_update_6000() {
+  $ret = array();
+  uc_restrict_qty_install();
+  return $ret;
+}
+
+/**
  * Implementation of hook_uninstall().
  *
  * Remove the variables and schema corresponding to the uc_restrict_qty module.

