Adds the game_id to the connection_log table (#5839)

Adds the game_id to the connection log table and changes the queries to use parameters.
This commit is contained in:
Werner
2019-01-12 20:22:19 +01:00
committed by Erki
parent 476942c166
commit e21c130ae0
2 changed files with 16 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
--
-- Adds a game_id column to the connection log
--
ALTER TABLE `ss13_connection_log`
ADD COLUMN `game_id` VARCHAR(50) NULL DEFAULT NULL AFTER `byond_build`;