Fix init DB

This commit is contained in:
Samuele Locatelli
2021-09-03 14:58:55 +02:00
parent e54a77d85d
commit 17ca3eee8e
6 changed files with 109 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ namespace MP.FileData.DatabaseModels
public string BasePath { get; set; } = "";
public string ImgUrl { get; set; } = "";
public string Note { get; set; } = "";
public int ShowOrder { get; set; } = 0;
public int ShowOrder { get; set; } = 999;
#endregion Public Properties
}