Skip to content

Commit

Permalink
increase game version notes to 30000 characters, because with all the…
Browse files Browse the repository at this point in the history
… file hashes they can become quite large
  • Loading branch information
Masterjun3 committed Nov 26, 2024
1 parent 7b99e11 commit b3d499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TASVideos/Pages/Games/Versions/Edit.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public class VersionEdit
[StringLength(50)]
public string? SourceDb { get; init; }

[StringLength(2000)]
[StringLength(30000)]
public string? Notes { get; init; }
}
}

0 comments on commit b3d499f

Please sign in to comment.