You are here

function entity_usage_update_8203 in Entity Usage 8.3

Same name and namespace in other branches
  1. 8.4 entity_usage.install \entity_usage_update_8203()
  2. 8.2 entity_usage.install \entity_usage_update_8203()

Include "target_id_string" also as primary key in schema.

File

./entity_usage.install, line 282
Install, update and uninstall functions for entity_usage module.

Code

function entity_usage_update_8203(&$sandbox) {

  // Left empty on purpose.
}