Typo in database.sql
This commit is contained in:
parent
2a1729e671
commit
fea711ecde
@ -1032,7 +1032,7 @@ CREATE TABLE IF NOT EXISTS `xchat` (
|
||||
`xchat_url` char(255) NOT NULL DEFAULT '',
|
||||
`xchat_desc` 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`),
|
||||
KEY `xchat_url` (`xchat_url`),
|
||||
KEY `xchat_desc` (`xchat_desc`),
|
||||
|
Reference in New Issue
Block a user