You are here

function gathercontent_update_8503 in GatherContent 8.5

Create tracking table.

File

./gathercontent.install, line 261
Install and uninstall script for GatherContent module.

Code

function gathercontent_update_8503() {
  $schema = Database::getConnection()
    ->schema();
  $schema
    ->createTable('gathercontent_entity_mapping', _gathercontent_entity_mapping_spec());
}