You are here

function site_verify_update_1 in Site verification 7.2

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

Drop the unique key on file names.

File

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

Code

function site_verify_update_1() {
  db_drop_unique_key('site_verify', 'file');
}