mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 04:31:41 +00:00
5 lines
191 B
SQL
5 lines
191 B
SQL
# Updating the SQL from version 61 to version 12. -AffectedArc07
|
|
# Adds a new bitflag column for toggles
|
|
|
|
ALTER TABLE `player` ADD COLUMN `toggles_3` INT NULL DEFAULT NULL AFTER `toggles_2`;
|