Prevents joining with unacked notifications (#11398)

This commit is contained in:
Werner
2021-03-07 22:00:38 +01:00
committed by GitHub
parent 0a80d0053f
commit 39323cc722
5 changed files with 61 additions and 7 deletions
@@ -0,0 +1,6 @@
--
-- Increase the message length of the ss13_player_notifications
--
ALTER TABLE `ss13_player_notifications`
CHANGE COLUMN `message` `message` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_unicode_ci' AFTER `type`;