Skip to content

Commit a5ff951

Browse files
Copilothsluoyz
andcommitted
Add Value13 and Value14 to ignored properties
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent fd3c5f0 commit a5ff951

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Casbin.Persist.Adapter.EFCore/DefaultPersistPolicyEntityTypeConfiguration.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public virtual void Configure(EntityTypeBuilder<EFCorePersistPolicy<TKey>> build
3434
builder.Ignore(p => p.Value10);
3535
builder.Ignore(p => p.Value11);
3636
builder.Ignore(p => p.Value12);
37+
builder.Ignore(p => p.Value13);
38+
builder.Ignore(p => p.Value14);
3739

3840
builder.HasIndex(p => p.Type);
3941
builder.HasIndex(p => p.Value1);

0 commit comments

Comments
 (0)