Files
Paradise/SQL/updates/53-54.sql
AffectedArc07 ae7da539e3 Fixes an SQL update file + null character save issue (#25149)
* This is what I get for sending a PR

* I DID SAY TESTING: None
2024-04-25 18:20:14 +00:00

6 lines
226 B
SQL

#Updating SQL from 53 to 54 -Wilk
#Add a choice for what type of brain borgs want to have
ALTER TABLE `characters`
ADD COLUMN `cyborg_brain_type` ENUM('MMI', 'Robobrain', 'Positronic') NOT NULL DEFAULT 'MMI' AFTER `height`;