X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=db%2Fcore.php;h=c0aed1d3db835dd4c643deef9fb0134d8d21ab80;hb=9f4bcbad8ae200d27cc2ba5244e2d878b8718c53;hp=bf8cae3c4b83a0146989f6b2e7477063097e21eb;hpb=f79aec36feaa4760201a7e88d5b31513a3c458ba;p=quix0rs-gnu-social.git diff --git a/db/core.php b/db/core.php index bf8cae3c4b..c0aed1d3db 100644 --- a/db/core.php +++ b/db/core.php @@ -34,7 +34,6 @@ $classes = array('Schema_version', 'Avatar', 'Sms_carrier', 'User', - 'Remote_profile', 'Subscription', 'Group_join_queue', 'Subscription_queue', @@ -42,7 +41,6 @@ $classes = array('Schema_version', 'Notice', 'Notice_source', 'Reply', - 'Fave', 'Consumer', 'Token', 'Nonce', @@ -58,7 +56,7 @@ $classes = array('Schema_version', 'Foreign_subscription', 'Invitation', 'Message', - // 'Notice_inbox', + 'Profile_prefs', 'Profile_tag', 'Profile_list', 'Profile_tag_subscription', @@ -68,7 +66,6 @@ $classes = array('Schema_version', 'Group_inbox', 'Group_member', 'File', - 'File_oembed', 'File_redirection', 'File_thumbnail', 'File_to_post', @@ -81,12 +78,13 @@ $classes = array('Schema_version', '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) {