Some more stats logging (#18700)

This commit is contained in:
AffectedArc07
2022-08-09 18:45:57 +01:00
committed by GitHub
parent b21881324a
commit 4ef0c1c84c
10 changed files with 106 additions and 12 deletions
+6
View File
@@ -0,0 +1,6 @@
# Updating SQL from 42-43 ~AffectedArc07
# Adds round ID column to deaths table
ALTER TABLE `death` ADD COLUMN `death_rid` INT NULL AFTER `tod`;
# You may now run tools/death_rid_assigner to assign round IDs to existing deaths