1 node.install node_update_1004()

Remove the block_node_type table, now stored in layout configuration files.

Related topics

File

core/modules/node/node.install, line 440
Install, update and uninstall functions for the node module.

Code

function node_update_1004() {
  db_drop_table('block_node_type');
}