]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Log server ID in connection logs table (#21911)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Wed, 6 Dec 2023 22:48:56 +0000 (23:48 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 22:48:56 +0000 (09:48 +1100)
commitb4f8393f42dab2ad8629cba02d751f4b89bf3c32
treeeb63dc1e76c0db4618e66f1c3cc69ececbea8050
parente639006d42bf4e8b36506fec8c58fe21e77e276e
Log server ID in connection logs table (#21911)
16 files changed:
Content.Server.Database/Migrations/Postgres/20231126234054_ConnectionLogServer.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/20231126234054_ConnectionLogServer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs
Content.Server.Database/Migrations/Sqlite/20231126234049_ConnectionLogServer.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/20231126234049_ConnectionLogServer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs
Content.Server.Database/Model.cs
Content.Server/Connection/ConnectionManager.cs
Content.Server/Database/ServerDbBase.cs
Content.Server/Database/ServerDbEntryManager.cs [new file with mode: 0644]
Content.Server/Database/ServerDbManager.cs
Content.Server/Database/ServerDbPostgres.cs
Content.Server/Database/ServerDbSqlite.cs
Content.Server/GameTicking/GameTicker.GamePreset.cs
Content.Server/GameTicking/GameTicker.cs
Content.Server/IoC/ServerContentIoC.cs