Comment: | Fix schema creation
Creating sourcetracking table...A database query syntax error has occurred.
The last attempted database query was:
"CREATE TABLE IF NOT EXISTS `mw_sourcetracking` (
`trackingid` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
`userid` int(10) NOT NULL,
`source_action` varbinary(255) DEFAULT NULL,
`source_ns` int(11) NOT NULL,
`source_article` int(10) NOT NULL,
PRIMARY KEY (`trackingid`)
)ENGINE=InnoDB, DEFAULT CHARSET=binary
"
from within function "DatabaseBase::sourceFile( /home/reedy/mediawiki/trunk/extensions/SignupAPI/sourcetracking.sql )".
Database returned error "1068: Multiple primary key defined" |