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:
skull132
2016-06-24 16:29:11 +03:00
committed by GitHub
parent 56e288e910
commit f60d46f2ba
3 changed files with 33 additions and 6 deletions

View File

@@ -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,