mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 03:52:52 +00:00
Fixes final ticket logging bugs (#4643)
This commit is contained in:
6
SQL/migrate/V023__Tickets_nullable_taker.sql
Normal file
6
SQL/migrate/V023__Tickets_nullable_taker.sql
Normal 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;
|
||||
Reference in New Issue
Block a user