You are here

function services_keyauth_update_6002 in Services 7

Same name and namespace in other branches
  1. 6.2 auth/services_keyauth/services_keyauth.install \services_keyauth_update_6002()

File

auth/services_keyauth/services_keyauth.install, line 153
@author Services Dev Team

Code

function services_keyauth_update_6002() {
  db_drop_primary_key('services_timestamp_nonce');
  db_add_index('services_timestamp_nonce', 'nonce', array(
    'nonce',
  ));
}