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