]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/core.php
Add Attention class for non-sub and non-mention notice attentions
[quix0rs-gnu-social.git] / db / core.php
index c484c8c785c01d298845ada324c17507168280ab..d435c03cd6e6376fb2f9e58996cc8cb99b83dfe4 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',
@@ -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) {