Revert "Don't compile EF Core designer files on release builds" (#39057)

This commit is contained in:
Myra
2025-07-19 00:23:48 +02:00
committed by GitHub
parent ffbc813179
commit 2c4251dcdc
109 changed files with 0 additions and 217 deletions

View File

@@ -17,7 +17,6 @@ namespace Content.Server.Database.Migrations.Postgres
[Migration("20231021071411_RoundStartDate")]
partial class RoundStartDate
{
#if EF_DESIGNER
/// <inheritdoc />
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
@@ -1772,6 +1771,5 @@ namespace Content.Server.Database.Migrations.Postgres
});
#pragma warning restore 612, 618
}
#endif
}
}