MyBB Community Forums

Full Version: Duplicate column name 'canundorating'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When trying to install the plugin "Undo Thread Raring", it shows me a error.

SQL Error:
1060 - Duplicate column name 'canundorating'
Query:
ALTER TABLE p5c8_usergroups ADD canundorating int(1) NOT NULL default '1'

So, how do I remove that column? Like this:?
ALTER TABLE p5c8_usergroups DROP canundorating
ALTER TABLE p5c8_usergroups DROP COLUMN canundorating

Thanks Paul Smile that solved it.