]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix admin log key order. (#23052)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Thu, 11 Jan 2024 00:03:25 +0000 (01:03 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2024 00:03:25 +0000 (01:03 +0100)
commita39999fb9c9f00fc3da17a63d9a0a26706f3720e
tree8ce9cdad660fdbf2c0b8e0ccd4eeaa57d7497274
parentc7ad10d0ad207e715aa3f9f34650f9582d0d16ee
Fix admin log key order. (#23052)

The keys for admin logs were set as (log_id, round_id). This made no sense because logs are usually accessed per round.
Content.Server.Database/Migrations/Postgres/20231226154937_AdminLogPk.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/20231226154937_AdminLogPk.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs
Content.Server.Database/Migrations/Sqlite/20231226154929_AdminLogPk.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/20231226154929_AdminLogPk.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs
Content.Server.Database/Model.cs