This commit is contained in:
Nathan Coad
2016-07-21 09:15:55 +10:00
parent 2d5e7eb23c
commit aef96242a8

View File

@@ -605,16 +605,6 @@ function booking_update_7239() {
_booking_node_create_mysqlview(); _booking_node_create_mysqlview();
} }
/**
* Add stripe token field to booking_payments table
*/
function booking_update_7239() {
$spec = array('type' => 'varchar', 'length' => '200', 'not null' => FALSE);
db_add_field('booking_payment', 'booking_stripe_token', $spec);
//update the view to match the new table definition
_booking_node_create_mysqlview();
}
/** /**
* Implementation of hook_install(). * Implementation of hook_install().
*/ */