Skip to content

Commit 3197cf9

Browse files
authored
increase game version notes to 30000 characters, because with all the file hashes they can become quite large (#2048)
1 parent 868de53 commit 3197cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TASVideos/Pages/Games/Versions/Edit.cshtml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public class VersionEdit
220220
[StringLength(50)]
221221
public string? SourceDb { get; init; }
222222

223-
[StringLength(2000)]
223+
[StringLength(30000)]
224224
public string? Notes { get; init; }
225225
}
226226
}

0 commit comments

Comments
 (0)