You are here

function cloze_update_7401 in Quiz 8.4

Adding table {quiz_cloze_node_properties}

File

question_types/cloze/cloze.install, line 86
The installer file for short_answer.

Code

function cloze_update_7401() {
  db_create_table('quiz_cloze_node_properties', drupal_get_schema_unprocessed('cloze', 'quiz_cloze_node_properties'));
  return 'Adding table {quiz_cloze_node_properties}';
}