You are here

function paragraphs_update_7102 in Paragraphs 7

Make sure the entitycache table exists.

File

./paragraphs.install, line 180
Install, update and uninstall functions for the paragraphs module.

Code

function paragraphs_update_7102() {
  module_load_include('module', 'paragraphs');
  paragraphs_ensure_entitycache_table();
}