2015-10-18, 11:09 PM
(This post was last modified: 2015-10-18, 11:09 PM by dragonexpert.)
I don't see how that could happen on a new installation. It checks if the column is there and if it isn't adds it. You can run this query though:
ALTER TABLE mybb_threads ADD moved INT UNSIGNED NOT NULL DEFAULT 0;