forked from leftypol/leftypol
another index change
This commit is contained in:
parent
9494e0185c
commit
af357b5661
2 changed files with 6 additions and 2 deletions
|
@ -101,7 +101,7 @@ CREATE TABLE IF NOT EXISTS `ip_notes` (
|
|||
`time` int(11) NOT NULL,
|
||||
`body` text NOT NULL,
|
||||
UNIQUE KEY `id` (`id`),
|
||||
KEY `ip` (`ip`)
|
||||
KEY `ip_lookup` (`ip`, `time`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue