update ulteriore modello Migrations
This commit is contained in:
@@ -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; } = "";
|
||||
|
||||
Reference in New Issue
Block a user