Skip to content

Commit 55a3b5d

Browse files
authored
Romanchuk/Change type for edrpou property (#766)
* Change the type of property * Delete migration * Add migration
1 parent a795c76 commit 55a3b5d

File tree

11 files changed

+2492
-17
lines changed

11 files changed

+2492
-17
lines changed

OutOfSchool/OutOfSchool.DataAccess/Models/Provider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class Provider : IKeyedEntity<Guid>, IImageDependentEntity<Provider>
4949
@"^(\d{8}|\d{10})$",
5050
ErrorMessage = "EDRPOU/IPN code must contain 8 or 10 digits")]
5151
[MaxLength(12)]
52-
public long EdrpouIpn { get; set; }
52+
public string EdrpouIpn { get; set; }
5353

5454
[MaxLength(50)]
5555
public string Director { get; set; } = string.Empty;

0 commit comments

Comments
 (0)