X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=db%2Fcore.php;h=61f8228cb5068292393f14229534c8e853af0ba6;hb=1776c90cb98d5ca738db143703fb998612ada31e;hp=c484c8c785c01d298845ada324c17507168280ab;hpb=9948523c33ea0d02681ff1e0cd4fcb839dc9df96;p=quix0rs-gnu-social.git diff --git a/db/core.php b/db/core.php index c484c8c785..61f8228cb5 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', @@ -57,7 +57,7 @@ $classes = array('Profile', 'Foreign_subscription', 'Invitation', 'Message', - // 'Notice_inbox', + 'Profile_prefs', 'Profile_tag', 'Profile_list', 'Profile_tag_subscription', @@ -67,7 +67,6 @@ $classes = array('Profile', 'Group_inbox', 'Group_member', 'File', - 'File_oembed', 'File_redirection', 'File_thumbnail', 'File_to_post', @@ -80,12 +79,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) {