Work on bed allocations
This commit is contained in:
@@ -375,6 +375,15 @@ function booking_update_7217() {
|
||||
db_add_field('booking_room_definition', 'booking_room_queenbeds', $spec);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add bed type to mapping table
|
||||
*/
|
||||
function booking_update_7218() {
|
||||
$spec = array('type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE, 'disp-width' => '10', 'default' => 0);
|
||||
db_add_field('booking_room_mapping', 'booking_room_bedtype', $spec);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Implementation of hook_install().
|
||||
*/
|
||||
|
Reference in New Issue
Block a user