re_Vision

This commit is contained in:
Paul Schneider 2022-09-26 23:34:13 +01:00
commit e49db8e1a1
3 changed files with 385 additions and 0 deletions

View file

@ -153,6 +153,8 @@ namespace isndhost.Migrations
b.Property<int>("Patch");
b.Property<int>("Revision");
b.Property<string>("Type")
.HasMaxLength(256);