mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
Add comma
This commit is contained in:
parent
d057d80757
commit
22a7fdbb3b
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ CREATE TABLE IF NOT EXISTS `cockatrice_users` (
|
|||
KEY `token` (`token`),
|
||||
KEY `email` (`email`),
|
||||
INDEX `idx_admin` (`admin`),
|
||||
INDEX `idx_active` (`active`)
|
||||
INDEX `idx_active` (`active`),
|
||||
INDEX `idx_privlevel` (`privlevel`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue