function merci_update_4 in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6
Same name and namespace in other branches
- 6.2 merci.install \merci_update_4()
File
- ./
merci.install, line 542 - merci Installer / Uninstaller
Code
function merci_update_4() {
$ret = array();
$ret[] = update_sql("ALTER TABLE {merci_node_type} ADD grouping TINYINT NULL;");
return $ret;
}