You are here

function smtp_update_7105 in SMTP Authentication Support 7.2

Create table to store selection criterias.

File

./smtp.install, line 214
The installation instructions for the SMTP Authentication Support.

Code

function smtp_update_7105() {
  $schema = drupal_get_schema_unprocessed('smtp', 'smtp_selection_criteria');
  db_create_table('smtp_selection_criteria', $schema);
}