mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
Not hard-deleting characters (#552)
Characters are no longer hard deleted from the database. This makes it so that persistent records about characters can't be fucked up.
This commit is contained in:
@@ -108,6 +108,7 @@ CREATE TABLE `ss13_characters` (
|
||||
`organs_data` text,
|
||||
`organs_robotic` text,
|
||||
`gear` text,
|
||||
`deleted_at` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `ss13_characters_ckey` (`ckey`),
|
||||
KEY `ss13_characteres_name` (`name`),
|
||||
|
||||
Reference in New Issue
Block a user