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:
FlamingLily
2025-05-08 04:15:41 +10:00
committed by GitHub
parent 1b65e5ac2a
commit 0c51a92d9d
3 changed files with 64 additions and 1 deletions
@@ -0,0 +1,5 @@
--
-- Increases IPC tag size to 20
--
ALTER TABLE `ss13_characters_ipc_tags` MODIFY COLUMN `serial_number` VARCHAR(20);