Files
Paradise/SQL/updates/42-43.sql
2022-08-09 18:45:57 +01:00

7 lines
229 B
SQL

# 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