fix USN
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user