From 3b88a36ccd35e9caa6998b2b2f32a5bd169da1ea Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 23 May 2011 16:43:23 -0700 Subject: Issue #1154802 by lyricnz, Starminder: Fixed Block Schema mismatch after upgrade D6 to D7. --- modules/block/block.install | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/block') 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 @@ -460,6 +460,13 @@ 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" */ -- cgit v1.2.3