mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Ever try to put a vox in fishnets?
This commit is contained in:
@@ -52,7 +52,6 @@ CREATE TABLE `characters` (
|
||||
`eyes_blue` smallint(4) NOT NULL,
|
||||
`underwear` mediumtext NOT NULL,
|
||||
`undershirt` mediumtext NOT NULL,
|
||||
`socks` mediumtext NOT NULL,
|
||||
`backbag` smallint(4) NOT NULL,
|
||||
`b_type` varchar(45) NOT NULL,
|
||||
`alternate_option` smallint(4) NOT NULL,
|
||||
@@ -79,6 +78,7 @@ CREATE TABLE `characters` (
|
||||
`rlimb_data` mediumtext NOT NULL,
|
||||
`nanotrasen_relation` varchar(45) NOT NULL,
|
||||
`speciesprefs` int(1) NOT NULL,
|
||||
`socks` mediumtext NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=18747 DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
Reference in New Issue
Block a user