]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/core.php
Merge branch 'fixes/private_scope_on_tags' into social-master
[quix0rs-gnu-social.git] / db / core.php
index c484c8c785c01d298845ada324c17507168280ab..ec3fe7f736c55830358762cfb3edb753c799e8db 100644 (file)
  *     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) {