mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Support more indices
This commit is contained in:
parent
e0a3855fca
commit
75669b6f23
2 changed files with 1 additions and 3 deletions
|
|
@ -197,8 +197,7 @@ CREATE TABLE IF NOT EXISTS `cockatrice_sessions` (
|
|||
KEY `username` (`user_name`),
|
||||
INDEX `idx_start_time` (`start_time`),
|
||||
INDEX `idx_clientid` (`clientid`),
|
||||
INDEX `idx_ip_address` (`ip_address`),
|
||||
INDEX `idx_end_time` (`end_time`)
|
||||
INDEX `idx_ip_address` (`ip_address`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;
|
||||
|
||||
-- server moderation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue