You are here

function pagepreview_update_7100 in Page Preview 7

Create a dedicated cache table.

File

./pagepreview.install, line 14

Code

function pagepreview_update_7100() {
  $schema = pagepreview_schema();
  db_create_table('cache_pagepreview', $schema['cache_pagepreview']);
}