mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Prevents joining with unacked notifications (#11398)
This commit is contained in:
@@ -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`;
|
||||
Reference in New Issue
Block a user