Question
How can I tell if my upgrade to ExpressionEngine 2.2.0 worked? Is there anything I can check in the database?
Answer
You can tell by looking at the default value for the show_sidebar field in the exp_members table.
From inside of EE, you can find out what this is set to by doing the following:
desc exp_members
inside the Database Query form. The default value should be set to n.
Category:EE2
Category:EE2.2
Category:HowTo
