feat: save submission history, refs #7
This commit is contained in:
@@ -57,6 +57,9 @@ namespace song_of_the_day.DataMigrations
|
||||
b.Property<int?>("SongId")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<bool>("Submitted")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<int?>("UserId")
|
||||
.HasColumnType("integer");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user