You are here

function radioactivity_update_7205 in Radioactivity 7.2

Add a table for history functionality

File

./radioactivity.install, line 273

Code

function radioactivity_update_7205() {
  $table_name = 'radioactivity_history';
  $table = drupal_get_schema_unprocessed('radioactivity', $table_name);
  db_create_table($table_name, $table);
}