Fixes invalid sql datatype (#17901)

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>
This commit is contained in:
Werner
2023-12-07 20:45:56 +00:00
committed by GitHub
co-authored by Werner
parent e701e3516a
commit 29913f3ac5
2 changed files with 45 additions and 0 deletions
@@ -0,0 +1,4 @@
--
-- Fix suit sensor prefs.
--
ALTER TABLE `ss13_characters` CHANGE COLUMN `sensor_setting` `sensor_setting` VARCHAR(50) NULL DEFAULT NULL AFTER `headset_choice`;