You are here

function menu_entity_index_update_8104 in Menu Entity Index 8

Skipped in favor of post update hook "reindex_8x1_1".

File

./menu_entity_index.install, line 255
Hooks related to (un-)installation of Menu Entity Index module.

Code

function menu_entity_index_update_8104() {

  // @note: Post update hook "reindex_8x1_1" will reinitialize the index table
  // once more, so for anyone that hasn't applied this update, yet, it will do
  // nothing in this release.
}