Add game website URL to suggestions and results
This commit is contained in:
@@ -38,6 +38,7 @@ public class AppDbContext : DbContext
|
||||
builder.Property(s => s.Description).HasMaxLength(500);
|
||||
builder.Property(s => s.ScreenshotUrl).HasMaxLength(2048);
|
||||
builder.Property(s => s.YoutubeUrl).HasMaxLength(2048);
|
||||
builder.Property(s => s.GameUrl).HasMaxLength(2048);
|
||||
});
|
||||
|
||||
modelBuilder.Entity<Vote>(builder =>
|
||||
|
||||
Reference in New Issue
Block a user