You are here

function merci_update_6202 in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2

File

./merci.install, line 598
merci Installer / Uninstaller

Code

function merci_update_6202() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {merci_node_type} ADD auto_assign_bucket_item TINYINT NULL;");
  return $ret;
}