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? * double-check what we've been doing on postgres?
*/ */
$classes = array('Profile', $classes = array('Schema_version',
'Profile',
'Avatar', 'Avatar',
'Sms_carrier', 'Sms_carrier',
'User', 'User',
@ -85,7 +86,6 @@ $classes = array('Profile',
'Conversation', 'Conversation',
'Local_group', 'Local_group',
'User_urlshortener_prefs', 'User_urlshortener_prefs',
'Schema_version',
'Old_school_prefs', 'Old_school_prefs',
); );