function themekey_update_6104 in ThemeKey 6.2
Same name and namespace in other branches
- 6.4 themekey.install \themekey_update_6104()
- 6.3 themekey.install \themekey_update_6104()
- 7.3 themekey.install \themekey_update_6104()
- 7 themekey.install \themekey_update_6104()
- 7.2 themekey.install \themekey_update_6104()
Implements hook_update_N().
File
- ./
themekey.install, line 155 - Database schema of @author Markus Kalkbrenner | Cocomore AG
Code
function themekey_update_6104() {
$result = update_sql("ALTER TABLE {themekey_properties} DROP COLUMN callbacks");
return array(
$result,
);
}