function twilio_update_7000 in Twilio 7
Create new database table {twilio_twiml}.
File
- ./
twilio.install, line 102 - Install and uninstall functions for the twilio module.
Code
function twilio_update_7000() {
// Get the schema array we've defined.
$schema = twilio_schema();
// Create the table.
db_create_table('twilio_twiml', $schema['twilio_twiml']);
}