Hello, what is the proper way to enable signature on vbulletin forum, at all users posts?

I found this command claimed to do it:
Code:
UPDATE post SET showsignature='1' WHERE userid='214158';
214158 = id of the user (can be seen in URLs when one look into user profile or also in vbulletin admin area when managing user account).