X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=db%2Fcore.php;h=d435c03cd6e6376fb2f9e58996cc8cb99b83dfe4;hb=018fd840329a64a7266acc89f76a9327c4f7a849;hp=c484c8c785c01d298845ada324c17507168280ab;hpb=59043dca7fb6f974b11797c4d0f20e5b78b0611d;p=quix0rs-gnu-social.git diff --git a/db/core.php b/db/core.php index c484c8c785..d435c03cd6 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', @@ -80,12 +80,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) {