This commit is contained in:
2016-06-27 11:34:50 +10:00
parent 805c639e5d
commit 63226d93f0

View File

@@ -588,7 +588,7 @@ function booking_update_7237() {
/**
* Add description field to room definitions
*/
function booking_update_7237() {
function booking_update_7238() {
$spec = array('type' => 'varchar', 'length' => '200', 'not null' => FALSE);
db_add_field('booking_room_definition', 'booking_room_description', $spec);
//update the view to match the new table definition