setup schemaversion first so we don't get errors on upgrade
This commit is contained in:
parent
841c71f37d
commit
8b35e69b34
@ -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',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user