debug
This commit is contained in:
@@ -554,6 +554,8 @@ function booking_update_7234() {
|
||||
foreach ($fields as $field) {
|
||||
db_drop_field('booking_person', $field);
|
||||
}
|
||||
//update the view to match the new table definition
|
||||
_booking_node_create_mysqlview();
|
||||
}
|
||||
/**
|
||||
* Add email address for guardian contact info
|
||||
@@ -561,6 +563,8 @@ function booking_update_7234() {
|
||||
function booking_update_7235() {
|
||||
$spec = array('type' => 'varchar', 'length' => '250', 'not null' => FALSE);
|
||||
db_add_field('booking_person', 'booking_guardian_email', $spec);
|
||||
//update the view to match the new table definition
|
||||
_booking_node_create_mysqlview();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user