Quote:
Originally Posted by chriskellar
Ok tried that and got a different error.
Code:
Database error in vBulletin 3.7.3:
Invalid SQL:
ALTER TABLE vB_usergroup DROP COLUMN tournamentpermissions;;
MySQL Error : Can't DROP 'tournamentpermissions'; check that column/key exists
Error Number : 1091
Request Date : Monday, October 20th 2008 @ 12:58:01 PM
Error Date : Monday, October 20th 2008 @ 12:58:01 PM
I tried to put "IF EXISTS" for that part, but it gives me a sql error.
|
Unfortunately that mysql function (
DROP COLUMN IF EXISTS) doesn't exist so just remove that query