mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
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:
6
SQL/migrate/V035__gameid_in_connectionlog.sql
Normal file
6
SQL/migrate/V035__gameid_in_connectionlog.sql
Normal 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`;
|
||||
Reference in New Issue
Block a user