Add votes-final flag, warn on missing votes, and sync phases with results toggle
This commit is contained in:
@@ -86,6 +86,11 @@ namespace GameList.Data.Migrations
|
||||
.HasMaxLength(24)
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<bool>("VotesFinal")
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("INTEGER")
|
||||
.HasDefaultValue(false);
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("NormalizedUsername")
|
||||
|
||||
Reference in New Issue
Block a user