From aef96242a8872a8e8da8d82a2ba94c1f04886242 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 21 Jul 2016 09:15:55 +1000 Subject: [PATCH] fix --- booking.install | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/booking.install b/booking.install index 77fdd8d..6f3b831 100644 --- a/booking.install +++ b/booking.install @@ -605,16 +605,6 @@ function booking_update_7239() { _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(). */