You are here

function restful_update_7200 in RESTful 7.2

Create the cache fragments schema.

File

./restful.install, line 141
Install, update, and uninstall functions for the RESTful module.

Code

function restful_update_7200() {
  $table_schema = drupal_get_schema('restful_cache_fragment', TRUE);
  db_create_table('restful_cache_fragment', $table_schema);
}