Revert "Don't compile EF Core designer files on release builds" (#39057)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user