Typo in database.sql

This commit is contained in:
Thomas Willingham 2014-03-07 17:27:44 +00:00
parent 2a1729e671
commit fea711ecde

View File

@ -1032,7 +1032,7 @@ CREATE TABLE IF NOT EXISTS `xchat` (
`xchat_url` char(255) NOT NULL DEFAULT '', `xchat_url` char(255) NOT NULL DEFAULT '',
`xchat_desc` char(255) NOT NULL DEFAULT '', `xchat_desc` char(255) NOT NULL DEFAULT '',
`xchat_xchan` char(255) NOT NULL DEFAULT '', `xchat_xchan` char(255) NOT NULL DEFAULT '',
`xchat_edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' `xchat_edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`xchat_id`), PRIMARY KEY (`xchat_id`),
KEY `xchat_url` (`xchat_url`), KEY `xchat_url` (`xchat_url`),
KEY `xchat_desc` (`xchat_desc`), KEY `xchat_desc` (`xchat_desc`),