setup schemaversion first so we don't get errors on upgrade

This commit is contained in:
Evan Prodromou 2011-09-27 11:27:14 -04:00
parent 841c71f37d
commit 8b35e69b34
1 changed files with 2 additions and 2 deletions

View 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,7 +86,6 @@ $classes = array('Profile',
'Conversation',
'Local_group',
'User_urlshortener_prefs',
'Schema_version',
'Old_school_prefs',
);