function blockcache_alter_update_6001 in Block Cache Alter 6
Implementation of hook_update_N().
File
- ./
blockcache_alter.install, line 61 - Install file.
Code
function blockcache_alter_update_6001() {
drupal_install_schema('blockcache_alter');
return array();
}