Files
Aurora.3/SQL/migrate/V035__gameid_in_connectionlog.sql
Werner e21c130ae0 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.
2019-01-12 21:22:19 +02:00

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`;