X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=db%2Fcore.php;h=ec3fe7f736c55830358762cfb3edb753c799e8db;hb=6f76c8b59d04255b49e1c11b1d44478301c8437c;hp=c484c8c785c01d298845ada324c17507168280ab;hpb=be4d9082f955163fd39ffa38a9a724ff669a8ef9;p=quix0rs-gnu-social.git diff --git a/db/core.php b/db/core.php index c484c8c785..ec3fe7f736 100644 --- a/db/core.php +++ b/db/core.php @@ -29,11 +29,11 @@ * double-check what we've been doing on postgres? */ -$classes = array('Profile', +$classes = array('Schema_version', + 'Profile', 'Avatar', 'Sms_carrier', 'User', - 'Remote_profile', 'Subscription', 'Group_join_queue', 'Subscription_queue', @@ -41,7 +41,6 @@ $classes = array('Profile', 'Notice', 'Notice_source', 'Reply', - 'Fave', 'Consumer', 'Token', 'Nonce', @@ -56,8 +55,7 @@ $classes = array('Profile', 'Foreign_link', 'Foreign_subscription', 'Invitation', - 'Message', - // 'Notice_inbox', + 'Profile_prefs', 'Profile_tag', 'Profile_list', 'Profile_tag_subscription', @@ -67,7 +65,6 @@ $classes = array('Profile', 'Group_inbox', 'Group_member', 'File', - 'File_oembed', 'File_redirection', 'File_thumbnail', 'File_to_post', @@ -80,12 +77,13 @@ $classes = array('Profile', 'Location_namespace', 'Login_token', 'User_location_prefs', - 'Inbox', 'User_im_prefs', 'Conversation', 'Local_group', 'User_urlshortener_prefs', - 'Schema_version', + 'Old_school_prefs', + 'User_username', + 'Attention', ); foreach ($classes as $cls) {