mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
small migration fix for MySql
This commit is contained in:
@ -23,6 +23,8 @@ namespace SharedLibraryCore.Database.Models
|
||||
public virtual EFClient Client { get; set; }
|
||||
[Required]
|
||||
[MinLength(3)]
|
||||
[StringLength(32)]
|
||||
[MaxLength(32)]
|
||||
public string Key { get; set; }
|
||||
[Required]
|
||||
public string Value { get; set; }
|
||||
|
Reference in New Issue
Block a user