Finish the damn PR

This commit is contained in:
dearmochi
2021-07-27 18:15:28 +02:00
parent ca78e5f311
commit f5ca8ff9ca
7 changed files with 80 additions and 4 deletions
+3 -3
View File
@@ -280,13 +280,13 @@ CREATE TABLE `SS13_player` (
`fupdate` smallint(4) DEFAULT '0',
`parallax` tinyint(1) DEFAULT '8',
`byond_date` DATE DEFAULT NULL,
`keybindings` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`keybindings` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`2fa_status` ENUM('DISABLED','ENABLED_IP','ENABLED_ALWAYS') NOT NULL DEFAULT 'DISABLED' COLLATE 'utf8mb4_general_ci',
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`),
KEY `lastseen` (`lastseen`),
KEY `co
KEY `computerid` (`computerid`),
KEY `ip` (`ip`),
KEY `fuid` (`fuid`),
KEY `fupdate` (`fupdate`)
) ENGINE=InnoDB AUTO_INCREMENT=135298 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;