You are here

function merci_update_7002 in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

File

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

Code

function merci_update_7002() {
  $spec = array(
    'type' => 'int',
    'unsigned' => TRUE,
    'not null' => FALSE,
    'description' => 'tid of MERCI Equiment Grouping vocabulary',
  );
  db_change_field('merci_node_type', 'merci_grouping', 'merci_grouping', $spec);
}