fix bad merge

This commit is contained in:
2024-08-28 10:21:28 +01:00
parent 97e43c8cbd
commit 51393b20f2
4 changed files with 18 additions and 69 deletions

View File

@ -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);
}