mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Adds an index on erro_connection_log for yogbot review command (#12065)
* Adds an index on erro_connection_log for yogbot review command * r * Comma * Wrong comma * Update database_changelog.txt
This commit is contained in:
@@ -117,7 +117,8 @@ CREATE TABLE IF NOT EXISTS `connection_log` (
|
||||
`ckey` varchar(45) DEFAULT NULL,
|
||||
`ip` int(10) unsigned NOT NULL,
|
||||
`computerid` varchar(45) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `idx_review` (`ckey`, `computerid`, `ip`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=4192042 DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user