mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 15:21:29 +00:00
7 lines
229 B
SQL
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
|