Skip to content

Commit 8c33f21

Browse files
authored
Asset name length updated according to database field (#4516) (#4519)
2 parents 60eb7f9 + 6ae0292 commit 8c33f21

File tree

1 file changed

+1
-1
lines changed
  • src/ProductConstructionService/ProductConstructionService.Api/Api/v2018_07_16/Models

1 file changed

+1
-1
lines changed

src/ProductConstructionService/ProductConstructionService.Api/Api/v2018_07_16/Models/AssetData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace ProductConstructionService.Api.v2018_07_16.Models;
88

99
public class AssetData
1010
{
11-
[StringLength(150)]
11+
[StringLength(250)]
1212
public string Name { get; set; }
1313

1414
[StringLength(75)]

0 commit comments

Comments
 (0)