You are here

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

Creates rooms_description content type.

File

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

Code

function rooms_unit_update_7002() {
  rooms_description_content_type_install();
}