summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/block/block.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/block/block.install b/modules/block/block.install
index fcb95fc4f..c45b076bf 100644
--- a/modules/block/block.install
+++ b/modules/block/block.install
@@ -461,5 +461,12 @@ function block_update_7007() {
}
/**
+ * Update database to match Drupal 7 schema.
+ */
+function block_update_7008() {
+ db_drop_field('block', 'throttle');
+}
+
+/**
* @} End of "addtogroup updates-6.x-to-7.x"
*/