You are here

function entity_update_7003 in Entity API 7

Create cache tables for entities that support Entity cache module.

File

./entity.install, line 49
Install file for the entity API.

Code

function entity_update_7003() {
  entity_entitycache_installed_modules();
}