You are here

function site_verify_update_1 in Site verification 6

Same name and namespace in other branches
  1. 7.2 site_verify.install \site_verify_update_1()
  2. 7 site_verify.install \site_verify_update_1()

File

./site_verify.install, line 76
Install, update and uninstall functions for the site_verify module.

Code

function site_verify_update_1() {
  $ret = array();
  db_drop_unique_key($ret, 'site_verify', 'file');
  return $ret;
}