mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-05-14 10:50:50 +01:00
ae7da539e3
* This is what I get for sending a PR * I DID SAY TESTING: None
6 lines
226 B
SQL
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`;
|