Skip to content

Commit

Permalink
Merge conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Aug 11, 2023
2 parents c7b2192 + 8c9bad6 commit d7d4fcf
Show file tree
Hide file tree
Showing 96 changed files with 43,640 additions and 42,577 deletions.
4 changes: 4 additions & 0 deletions SQL/beestation_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ CREATE TABLE IF NOT EXISTS `SS13_characters` (
`preferred_pilot_role` VARCHAR(32) NOT NULL COLLATE 'utf8mb4_general_ci',
`flavor_text` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`lizard_hiss_style` VARCHAR(32) NOT NULL COLLATE 'utf8mb4_general_ci',
`silicon_flavor_text` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`general_record` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`security_record` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`medical_record` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
PRIMARY KEY (`slot`, `ckey`) USING BTREE
) COLLATE='utf8mb4_general_ci' ENGINE=InnoDB;

Expand Down
1 change: 0 additions & 1 deletion _maps/atlas.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"shuttles": {
"cargo": "cargo_atlas",
"ferry": "ferry_fancy",
"arrival": "arrival_atlas",
"emergency": "emergency_atlas"
},
"mine_disable": 1,
Expand Down
Loading

0 comments on commit d7d4fcf

Please sign in to comment.