mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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`;
|
||||
Reference in New Issue
Block a user