mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
Unban Reason When Lifting Bans (#446)
Unbanning staff will now be prompted to enter a reason for lifting the ban. The log of a ban being lifted will now also be entered into the player's notes.
This commit is contained in:
@@ -40,6 +40,7 @@ CREATE TABLE `ss13_ban` (
|
||||
`edits` text CHARACTER SET latin1,
|
||||
`unbanned` tinyint(1) DEFAULT NULL,
|
||||
`unbanned_datetime` datetime DEFAULT NULL,
|
||||
`unbanned_reason` text CHARACTER SET latin1 DEFAULT NULL,
|
||||
`unbanned_ckey` varchar(32) CHARACTER SET latin1 DEFAULT NULL,
|
||||
`unbanned_computerid` varchar(32) CHARACTER SET latin1 DEFAULT NULL,
|
||||
`unbanned_ip` varchar(32) CHARACTER SET latin1 DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user