/**
* This file should be placed in forums base directory and run, it should then be removed.
* It is intended for mySQL and is unlikely to work with any other database type.
* The query:
*
* ALTER TABLE prefix_users ADD `user_post_sort` TINYINT(2) DEFAULT '0' not null
*
* can be used as a reference for other databases if you know what you are doing.
*/