Remove autogenerated from admin log key. (#18377)

This commit is contained in:
Pieter-Jan Briers
2023-07-29 08:44:28 +02:00
committed by GitHub
parent 253136b0b6
commit 7c9d7423d2
7 changed files with 3525 additions and 7 deletions

View File

@@ -76,7 +76,6 @@ namespace Content.Server.Database.Migrations.Sqlite
modelBuilder.Entity("Content.Server.Database.AdminLog", b =>
{
b.Property<int>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("INTEGER")
.HasColumnName("admin_log_id");