You are here

function rooms_unit_update_7004 in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Removes field cot_surcharge.

File

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

Code

function rooms_unit_update_7004() {
  db_drop_field('rooms_units', 'cot_surcharge');
}