You are here

function gathercontent_update_7307 in GatherContent 7.3

Create tables for gathercontent_operation and gathercontent_operation_item entities.

File

./gathercontent.install, line 382

Code

function gathercontent_update_7307() {
  db_create_table('gathercontent_operation', drupal_get_schema_unprocessed('gathercontent', 'gathercontent_operation'));
  db_create_table('gathercontent_operation_item', drupal_get_schema_unprocessed('gathercontent', 'gathercontent_operation_item'));
}