mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 20:53:34 +00:00
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`;
|