Upgrade from 3.0 to 3.1 SQL Error

herdy1044

New Member
Wurlie User
Mar 26, 2011
3
0
0
Fehler

SQL-Befehl:
ALTER TABLE `shorturl` ADD `urlDomainId` INT( 11 ) NOT NULL DEFAULT '1' AFTER `originalUrl` ;

MySQL meldet: Dokumentation
#1060 - Duplicate column name 'urlDomainId'
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Looks like your install already has that column. Just remove that sql statement from the .sql file and try again.