]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/core.php
add oauth_token_association to core.php so it gets set up correctly
[quix0rs-gnu-social.git] / db / core.php
index 626672bf5fea3e5bdc5428c3652c534ed8d013c9..fe9f4735d9b4467e7cad71eb326d0bf4ff3f8123 100644 (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();