You are here

function mongodb_block_update_7100 in MongoDB 7

Add indexes to block collections for enabled themes.

File

mongodb_block/mongodb_block.install, line 52
Install, update and uninstall functions for the MongoDB block module.

Code

function mongodb_block_update_7100() {
  _mongodb_block_ensure_all_indexes();
}