You are here

function oauth_common_update_6001 in OAuth 1.0 6.3

Implementation of hook_update_N().

This update either creates a authorization levels table, or transfers the authorization levels table from the services_oauth module.

File

./oauth_common.install, line 398
Installation and schema related functions for the OAuth module

Code

function oauth_common_update_6001() {
  module_load_include('6001.inc', 'oauth_common', 'updates/update');
  return _oauth_common_update_6001();
}