X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=db%2Fcore.php;h=f654d79d996754977dbb7ab9a8fc555b85b6791b;hb=2301862ae674ab41e77fe913f61c59eb2e6fffff;hp=b820b3971ea6271068b60a1055e4036955eed5d2;hpb=3eac5e6026efb4b57984ff61164a715775d252e0;p=quix0rs-gnu-social.git diff --git a/db/core.php b/db/core.php index b820b3971e..f654d79d99 100644 --- a/db/core.php +++ b/db/core.php @@ -39,9 +39,9 @@ $classes = array('Schema_version', 'Subscription_queue', 'Oauth_token_association', 'Notice', + 'Notice_location', 'Notice_source', 'Reply', - 'Fave', 'Consumer', 'Token', 'Nonce', @@ -56,7 +56,6 @@ $classes = array('Schema_version', 'Foreign_link', 'Foreign_subscription', 'Invitation', - 'Message', 'Profile_prefs', 'Profile_tag', 'Profile_list', @@ -67,26 +66,24 @@ $classes = array('Schema_version', 'Group_inbox', 'Group_member', 'File', - 'File_oembed', 'File_redirection', 'File_thumbnail', 'File_to_post', 'Group_block', 'Group_alias', 'Session', - 'Deleted_notice', 'Config', 'Profile_role', 'Location_namespace', 'Login_token', 'User_location_prefs', - 'Inbox', 'User_im_prefs', 'Conversation', 'Local_group', 'User_urlshortener_prefs', 'Old_school_prefs', 'User_username', + 'Attention', ); foreach ($classes as $cls) {