Skip to content

Commit f4762b7

Browse files
Copilothsluoyz
andcommitted
Revert Value13 and Value14 changes - properties don't exist in Casbin.NET 2.7.0
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent a5ff951 commit f4762b7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Casbin.Persist.Adapter.EFCore/DefaultPersistPolicyEntityTypeConfiguration.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ 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);
3937

4038
builder.HasIndex(p => p.Type);
4139
builder.HasIndex(p => p.Value1);

0 commit comments

Comments
 (0)