Changed service's VERSION field to string

This commit is contained in:
TypoMustakes
2024-01-09 14:14:31 +01:00
parent 67494a0cf0
commit 029026658b
3 changed files with 8 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ namespace WD7UVN_HFT_2023241.Models
public int MAINTAINER_ID { get; set; }
[Required]
public string NAME { get; set; }
public int VERSION { get; set; }
public string VERSION { get; set; }
[StringLength(240)]
public string ACCOUNT { get; set; }
[StringLength(240)]