function oauth_common_update_6100 in OAuth 1.0 6.3
Implementation of hook_update_N().
This update adds the concept of contexts for consumers and authorization levels. Also adding a couple of indexes that make sense when oauth_common is acting as a consumer of other services.
File
- ./
oauth_common.install, line 436 - Installation and schema related functions for the OAuth module
Code
function oauth_common_update_6100() {
module_load_include('6100.inc', 'oauth_common', 'updates/update');
return _oauth_common_update_6100();
}