You are here

function field_encrypt_update_last_removed in Field Encryption 3.0.x

Implements hook_update_last_removed().

File

./field_encrypt.install, line 62
Field Encrypt module install/schema/update hooks.

Code

function field_encrypt_update_last_removed() {

  // This update never existed but this enforces new installs of the module get
  // the correct schema version.
  return 8300;
}