--- hotel_discounts.install	2011-03-31 06:27:02.000000000 -0500
+++ hotel_discounts.install	2011-04-19 05:05:23.000000000 -0500
@@ -178,6 +178,14 @@ function hotel_discounts_install() {
 }
 
 /**
+ * Implementation of hook_uninstall().
+ */
+
+function hotel_discounts_uninstall() {
+  drupal_uninstall_schema('hotel_discounts');
+}
+
+/**
  * Implementation of hook_update_N
  * Increase precision of rate field
 */
