Content warning
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user