mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-29 02:31:49 +00:00
The suit sensors pr used INT as datatype to store text -> That didnt work for obvious reasons. Co-authored-by: Werner <Arrow768@users.noreply.github.com>
5 lines
164 B
SQL
5 lines
164 B
SQL
--
|
|
-- Fix suit sensor prefs.
|
|
--
|
|
ALTER TABLE `ss13_characters` CHANGE COLUMN `sensor_setting` `sensor_setting` VARCHAR(50) NULL DEFAULT NULL AFTER `headset_choice`;
|