]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add time index to connection log (#29281)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Fri, 21 Jun 2024 13:29:10 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2024 13:29:10 +0000 (15:29 +0200)
commitf041f58a6dc172992e75569ca07ca7c9877590e7
tree18c1dd3d9cde9775822fb5ac3a0fe33d93c68227
parent730a4d289dfdae5e573c0e5c32227c563f8b95e5
Add time index to connection log (#29281)

* Add time index to connection log

Queries go nyoom.

* Don't let me code shit at 5 AM
Content.Server.Database/Migrations/Postgres/20240621120713_ConnectionLogTimeIndex.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/20240621120713_ConnectionLogTimeIndex.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs
Content.Server.Database/Migrations/Sqlite/20240621120705_ConnectionLogTimeIndex.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/20240621120705_ConnectionLogTimeIndex.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs
Content.Server.Database/Model.cs