MachineJob Fix
This commit is contained in:
@@ -8,7 +8,7 @@ using MachineJob;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Modbus.Net.Modbus.Test.Migrations
|
||||
namespace MachineJob.Migrations
|
||||
{
|
||||
[DbContext(typeof(DatabaseWriteContext))]
|
||||
[Migration("20230212103438_InitialCreate")]
|
||||
@@ -22,7 +22,7 @@ namespace Modbus.Net.Modbus.Test.Migrations
|
||||
.HasAnnotation("ProductVersion", "7.0.2")
|
||||
.HasAnnotation("Relational:MaxIdentifierLength", 64);
|
||||
|
||||
modelBuilder.Entity("Modbus.Net.Modbus.Test.DatabaseWriteEntity", b =>
|
||||
modelBuilder.Entity("MachineJob.DatabaseWriteEntity", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
|
||||
@@ -4,7 +4,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Modbus.Net.Modbus.Test.Migrations
|
||||
namespace MachineJob.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class InitialCreate : Migration
|
||||
|
||||
@@ -7,7 +7,7 @@ using MachineJob;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Modbus.Net.Modbus.Test.Migrations
|
||||
namespace MachineJob.Migrations
|
||||
{
|
||||
[DbContext(typeof(DatabaseWriteContext))]
|
||||
partial class DatabaseWriteContextModelSnapshot : ModelSnapshot
|
||||
@@ -19,7 +19,7 @@ namespace Modbus.Net.Modbus.Test.Migrations
|
||||
.HasAnnotation("ProductVersion", "7.0.2")
|
||||
.HasAnnotation("Relational:MaxIdentifierLength", 64);
|
||||
|
||||
modelBuilder.Entity("Modbus.Net.Modbus.Test.DatabaseWriteEntity", b =>
|
||||
modelBuilder.Entity("MachineJob.DatabaseWriteEntity", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
|
||||
Reference in New Issue
Block a user