fix bad merge
This commit is contained in:
@ -19,9 +19,6 @@ public class UserConfiguration : IEntityTypeConfiguration<User>
|
||||
builder.Property(a => a.Version)
|
||||
.IsRowVersion();
|
||||
|
||||
builder.Property(a => a.Tags);
|
||||
builder.Property(a => a.ContentWarning);
|
||||
builder.Property(a => a.Goal);
|
||||
builder.Property(a => a.IsAdmin);
|
||||
builder.Property(a => a.IsBlocked);
|
||||
}
|
||||
|
Reference in New Issue
Block a user