update ulteriore modello Migrations

This commit is contained in:
Samuele Locatelli
2024-06-27 18:51:31 +02:00
parent 8293b71c5e
commit f12b98a3c3
2 changed files with 2 additions and 0 deletions
@@ -86,6 +86,7 @@ namespace EgtBEAMWALL.DataLayer.Controllers
.Where(x => x.MigrationId == minMigration)
.ToList()
.Count;
if (numRec == 0)
{
// in primis refresh delle view
@@ -16,6 +16,7 @@ namespace EgtBEAMWALL.DataLayer.DatabaseModels
{
#region Public Properties
[Key]
public string MigrationId { get; set; } = "";
public string ProductVersion { get; set; } = "";