Implement Character Soft Deletes

This commit is contained in:
Akkadius
2020-01-10 02:54:29 -06:00
parent 451b0180c9
commit b9e87abb3c
8 changed files with 269 additions and 195 deletions
@@ -0,0 +1 @@
ALTER TABLE `character_data` ADD COLUMN `deleted_at` datetime NULL DEFAULT NULL;