From 63226d93f005ef59b6ff0741b3c00da70efee3ea Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Mon, 27 Jun 2016 11:34:50 +1000 Subject: [PATCH] fix USN --- booking.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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