mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 15:21:29 +00:00
* last words * i can name files properly * Update SQL/paradise_schema.sql Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * Update code/controllers/subsystem/SSblackbox.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * Update code/controllers/subsystem/SSblackbox.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> * move to version 51 instead --------- Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
5 lines
156 B
SQL
5 lines
156 B
SQL
# Updating SQL from 50 to 51 -Edan52
|
|
# Add last words to death table
|
|
ALTER TABLE `death`
|
|
ADD COLUMN `last_words` text NULL DEFAULT NULL AFTER `death_rid`;
|