PDA

View Full Version : How do you delete a Column


King Kovifor
07-29-2005, 05:36 PM
I'm trying to install a hack and I get an error:

Database error in vBulletin 3.0.7:

Invalid SQL: ALTER TABLE usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions
mysql error: Duplicate column name 'shoutboxpermissions'

mysql error number: 1060

Date: Friday 29th of July 2005 07:29:21 PM
Script: *removed*
Referer: *removed*
Username: The Tri-Force
IP Address: *Removed*

So how do I delete a column?

Andreas
07-29-2005, 05:39 PM
ALTER TABLE usergroup DROP shoutboxpermissions
... or just don't execute the ADD query ;)