Add joker support during voting
This commit is contained in:
@@ -26,6 +26,7 @@ public class AppDbContext : DbContext
|
||||
builder.Property(p => p.PasswordHash).IsRequired();
|
||||
builder.Property(p => p.PasswordSalt).IsRequired();
|
||||
builder.Property(p => p.IsAdmin).HasDefaultValue(false);
|
||||
builder.Property(p => p.HasJoker).HasDefaultValue(false);
|
||||
builder.Property(p => p.CurrentPhase).HasDefaultValue(Phase.Suggest);
|
||||
builder.Property(p => p.VotesFinal).HasDefaultValue(false);
|
||||
builder.HasMany(p => p.Suggestions)
|
||||
|
||||
Reference in New Issue
Block a user