X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=db%2Fcore.php;h=c0aed1d3db835dd4c643deef9fb0134d8d21ab80;hb=57b5e2483d3964edbba9bab13b728854012c74b8;hp=b7881a7dc0d6f72ad1808e4004b5be119786d124;hpb=8c710ad2c1b80544acccb515f7b601aadff2de16;p=quix0rs-gnu-social.git diff --git a/db/core.php b/db/core.php index b7881a7dc0..c0aed1d3db 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', @@ -57,7 +56,7 @@ $classes = array('Profile', 'Foreign_subscription', 'Invitation', 'Message', - // 'Notice_inbox', + 'Profile_prefs', 'Profile_tag', 'Profile_list', 'Profile_tag_subscription', @@ -67,7 +66,6 @@ $classes = array('Profile', 'Group_inbox', 'Group_member', 'File', - 'File_oembed', 'File_redirection', 'File_thumbnail', 'File_to_post', @@ -80,13 +78,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) {