X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=db%2Fcore.php;h=61f8228cb5068292393f14229534c8e853af0ba6;hb=783cc20586410433476e41f9056e14748a4e3279;hp=da2f5fde5fa62fa966377c33ed2698d6141135b2;hpb=c3d46b81a8f6abec7e00b4f3714e67d2dbcad247;p=quix0rs-gnu-social.git diff --git a/db/core.php b/db/core.php index da2f5fde5f..61f8228cb5 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', @@ -58,7 +57,6 @@ $classes = array('Schema_version', 'Foreign_subscription', 'Invitation', 'Message', - // 'Notice_inbox', 'Profile_prefs', 'Profile_tag', 'Profile_list', @@ -69,7 +67,6 @@ $classes = array('Schema_version', 'Group_inbox', 'Group_member', 'File', - 'File_oembed', 'File_redirection', 'File_thumbnail', 'File_to_post', @@ -82,13 +79,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) {