add oauth_token_association to core.php so it gets set up correctly

This commit is contained in:
Evan Prodromou
2011-06-02 10:04:00 -04:00
parent 7f1a30dc40
commit 9a11003c08
3 changed files with 21 additions and 30 deletions

View File

@@ -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();