function recipe_update_7209 in Recipe 7.2
Delete {recipe_node_ingredient} and remove old setting variables.
File
- ./
recipe.install, line 727 - Install, update and uninstall functions for the recipe module.
Code
function recipe_update_7209(&$sandbox) {
db_drop_table('recipe_node_ingredient');
variable_del('recipe_fraction_display');
variable_del('recipe_unit_display');
variable_del('recipe_default_unit');
variable_del('recipe_add_more_count');
}