You are here

function tome_sync_update_8001 in Tome 8

Installs the Tome Sync content hash schema.

File

modules/tome_sync/tome_sync.install, line 48
Install, update, and uninstall functions for Tome Sync.

Code

function tome_sync_update_8001() {
  drupal_install_schema('tome_sync');
}