function block_update_7008

Update database to match Drupal 7 schema.

Related topics

File

modules/block/block.install, line 471

Code

function block_update_7008() {
    db_drop_field('block', 'throttle');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.