]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/core.php
add a \n for japanese email
[quix0rs-gnu-social.git] / db / core.php
index 5841de43cfc54bd2d1c00ac7e25f97d71ed35819..bf8cae3c4b83a0146989f6b2e7477063097e21eb 100644 (file)
@@ -29,7 +29,8 @@
  *     double-check what we've been doing on postgres?
  */
 
-$classes = array('Profile',
+$classes = array('Schema_version',
+                 'Profile',
                  'Avatar',
                  'Sms_carrier',
                  'User',
@@ -85,10 +86,9 @@ $classes = array('Profile',
                  'Conversation',
                  'Local_group',
                  'User_urlshortener_prefs',
-                 'Schema_version',
+                 'Old_school_prefs',
 );
 
 foreach ($classes as $cls) {
     $schema[strtolower($cls)] = call_user_func(array($cls, 'schemaDef'));
 }
-