Remove autogenerated from admin log key. (#18377)
This commit is contained in:
committed by
GitHub
parent
253136b0b6
commit
7c9d7423d2
@@ -85,12 +85,9 @@ namespace Content.Server.Database.Migrations.Postgres
|
||||
modelBuilder.Entity("Content.Server.Database.AdminLog", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("integer")
|
||||
.HasColumnName("admin_log_id");
|
||||
|
||||
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||
|
||||
b.Property<int>("RoundId")
|
||||
.HasColumnType("integer")
|
||||
.HasColumnName("round_id");
|
||||
|
||||
Reference in New Issue
Block a user