You are here

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

File

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

Code

function merci_update_6203() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {merci_node_type} CHANGE `type` `type` VARCHAR(32) ;");
  return $ret;
}