You are here

function themekey_ui_update_6100 in ThemeKey 6.3

Same name and namespace in other branches
  1. 6.4 themekey_ui.install \themekey_ui_update_6100()
  2. 6.2 themekey_ui.install \themekey_ui_update_6100()
  3. 7.3 themekey_ui.install \themekey_ui_update_6100()
  4. 7 themekey_ui.install \themekey_ui_update_6100()
  5. 7.2 themekey_ui.install \themekey_ui_update_6100()

Implements hook_update_N().

File

./themekey_ui.install, line 83
Database schema of

Code

function themekey_ui_update_6100() {

  // moved to themekey_update_6105() to not break upgrades from ThemeKey 6.x-1.1 to 6.x-2.0
  return array();
}