Fixes final ticket logging bugs (#4643)

This commit is contained in:
Erki
2018-04-19 23:42:43 +03:00
committed by Werner
parent e7cf7cf49c
commit be323e7fac
2 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
--
-- Fixes a bug by allowing the "Taken by" admin to be null.
--
ALTER TABLE `ss13_tickets`
MODIFY `taken_by` VARCHAR(32) NULL DEFAULT NULL;