You are here

function merci_reservation_uninstall in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

File

merci_reservation/merci_reservation.install, line 126
Sets up the base table for our entity and a table to store information about the entity types.

Code

function merci_reservation_uninstall() {

  // Delete any line item reference fields.
  merci_core_delete_fields('merci_line_item');
}