mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-03 21:28:32 +01:00
e21c130ae0
Adds the game_id to the connection log table and changes the queries to use parameters.
6 lines
160 B
SQL
6 lines
160 B
SQL
--
|
|
-- 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`; |