forked from GNUsocial/gnu-social
add oauth_token_association to core.php so it gets set up correctly
This commit is contained in:
@@ -1110,3 +1110,5 @@ $schema['schema_version'] = array(
|
||||
$schema['group_join_queue'] = Group_join_queue::schemaDef();
|
||||
|
||||
$schema['subscription_queue'] = Subscription_queue::schemaDef();
|
||||
|
||||
$schema['oauth_token_association'] = Oauth_token_association::schemaDef();
|
||||
|
Reference in New Issue
Block a user