Content warning

This commit is contained in:
2023-07-06 22:01:09 +01:00
parent 13f788a311
commit 13980b454f
8 changed files with 168 additions and 3 deletions

View File

@ -17,5 +17,8 @@ public class UserConfiguration : IEntityTypeConfiguration<User>
builder.Property(a => a.Version)
.IsRowVersion();
builder.Property(a => a.Tags);
builder.Property(a => a.ContentWarning);
}
}