mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Increased maximum IPC tag size to 20 characters. Auto-generated tags remain at 12. (#20723)
Title, as per request of NM Does not change the randomly generated tag size. Please merge before #20713 (SQL stuff) --------- Signed-off-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
-- Increases IPC tag size to 20
|
||||
--
|
||||
|
||||
ALTER TABLE `ss13_characters_ipc_tags` MODIFY COLUMN `serial_number` VARCHAR(20);
|
||||
Reference in New Issue
Block a user