mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Adds toggles3 (#27397)
This commit is contained in:
@@ -280,6 +280,7 @@ CREATE TABLE `player` (
|
||||
`default_slot` smallint(4) DEFAULT '1',
|
||||
`toggles` int(11) DEFAULT NULL,
|
||||
`toggles_2` int(11) DEFAULT NULL,
|
||||
`toggles_3` int(11) DEFAULT NULL,
|
||||
`sound` mediumint(8) DEFAULT '31',
|
||||
`light` MEDIUMINT(3) NOT NULL DEFAULT '7',
|
||||
`glowlevel` TINYINT(1) NOT NULL DEFAULT '1',
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# 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`;
|
||||
Reference in New Issue
Block a user