更新初始化脚本

This commit is contained in:
ChenYi 2025-12-02 17:30:23 +08:00
parent 9bdcd98037
commit de2b8e3e32
3 changed files with 1 additions and 5 deletions

View File

@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore;
namespace JiShe.IoT.Migrations
{
[DbContext(typeof(IoTDbContext))]
[Migration("20251201091206_InitialCreate")]
[Migration("20251202092656_InitialCreate")]
partial class InitialCreate
{
/// <inheritdoc />
@ -723,7 +723,6 @@ namespace JiShe.IoT.Migrations
modelBuilder.Entity("JiShe.ServicePro.DeviceManagement.ThingModelInfos.DeviceThingModelDetailInfo", b =>
{
b.Property<Guid>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("char(36)");
b.Property<string>("ConcurrencyStamp")
@ -870,7 +869,6 @@ namespace JiShe.IoT.Migrations
modelBuilder.Entity("JiShe.ServicePro.DeviceManagement.ThingModelInfos.DeviceThingModelManagement", b =>
{
b.Property<Guid>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("char(36)");
b.Property<string>("ConcurrencyStamp")

View File

@ -720,7 +720,6 @@ namespace JiShe.IoT.Migrations
modelBuilder.Entity("JiShe.ServicePro.DeviceManagement.ThingModelInfos.DeviceThingModelDetailInfo", b =>
{
b.Property<Guid>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("char(36)");
b.Property<string>("ConcurrencyStamp")
@ -867,7 +866,6 @@ namespace JiShe.IoT.Migrations
modelBuilder.Entity("JiShe.ServicePro.DeviceManagement.ThingModelInfos.DeviceThingModelManagement", b =>
{
b.Property<Guid>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("char(36)");
b.Property<string>("ConcurrencyStamp")