feat: restore default stream details
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -15,11 +15,18 @@ public class UserConfiguration : IEntityTypeConfiguration<User>
|
||||
.IsRequired();
|
||||
|
||||
builder.Property(a => a.TosAccepted);
|
||||
|
||||
|
||||
builder.Property(a => a.Version)
|
||||
.IsRowVersion();
|
||||
|
||||
builder.Property(a => a.IsAdmin);
|
||||
builder.Property(a => a.IsBlocked);
|
||||
|
||||
builder.Property(a => a.Title);
|
||||
builder.Property(a => a.Summary);
|
||||
builder.Property(a => a.Image);
|
||||
builder.Property(a => a.ContentWarning);
|
||||
builder.Property(a => a.Goal);
|
||||
builder.Property(a => a.Tags);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user