diff --git a/booking.install b/booking.install index ef87142..8440949 100644 --- a/booking.install +++ b/booking.install @@ -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