add QR code and change import csv page
This commit is contained in:
@@ -811,6 +811,17 @@ function booking_update_7256() {
|
||||
_booking_node_create_mysqlview();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Add field to store URL to QR code
|
||||
*/
|
||||
function booking_update_7257() {
|
||||
$spec = array('type' => 'varchar', 'length' => '500', 'not null' => FALSE);
|
||||
db_add_field('booking_person', 'booking_qrcode_url', $spec);
|
||||
//update the view to match the new table definition
|
||||
_booking_node_create_mysqlview();
|
||||
}
|
||||
|
||||
/**
|
||||
* Implementation of hook_install().
|
||||
*/
|
||||
|
Reference in New Issue
Block a user