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

@@ -14,7 +14,6 @@ namespace Content.Server.Database.Migrations.Sqlite
[Migration("20230727190858_AdminLogCompoundKey")]
partial class AdminLogCompoundKey
{
#if EF_DESIGNER
/// <inheritdoc />
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
@@ -1694,6 +1693,5 @@ namespace Content.Server.Database.Migrations.Sqlite
});
#pragma warning restore 612, 618
}
#endif
}
}