You are here

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

Adds options field to Rooms unit type entity.

File

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

Code

function rooms_unit_update_7011() {
  rooms_unit_install_create_options_field();
}