You are here

function themekey_update_6104 in ThemeKey 7.2

Same name and namespace in other branches
  1. 6.4 themekey.install \themekey_update_6104()
  2. 6.2 themekey.install \themekey_update_6104()
  3. 6.3 themekey.install \themekey_update_6104()
  4. 7.3 themekey.install \themekey_update_6104()
  5. 7 themekey.install \themekey_update_6104()

Implements hook_update_N().

File

./themekey.install, line 204
Database schema of

Code

function themekey_update_6104() {
  db_drop_field('themekey_properties', 'callbacks');
  return t('Dropped field callbacks.');
}