You are here

function path_breadcrumbs_update_7300 in Path Breadcrumbs 7.3

Migrate module from 7.x-2.x to 7.x-3.x. Add {cache_path_breadcrumbs} table.

File

./path_breadcrumbs.install, line 254
Provides database structure for PATH BREADCRUMBS module.

Code

function path_breadcrumbs_update_7300() {

  // Create new cache bin storage.
  db_create_table('cache_path_breadcrumbs', drupal_get_schema_unprocessed('system', 'cache'));
}