mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Finish the damn PR
This commit is contained in:
@@ -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 */;
|
||||
|
||||
Reference in New Issue
Block a user