Skip to content

Commit

Permalink
change required LayerId
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-mrq committed Apr 23, 2024
1 parent 5e100ec commit 79de7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// <auto-generated />
// <auto-generated />
using System;
using IoTHub.Portal.Infrastructure;
using Microsoft.EntityFrameworkCore;
Expand Down Expand Up @@ -72,7 +72,6 @@ protected override void BuildModel(ModelBuilder modelBuilder)
.HasColumnType("boolean");

b.Property<string>("LayerId")
.IsRequired()
.HasColumnType("text");

b.Property<string>("Name")
Expand Down

0 comments on commit 79de7ad

Please sign in to comment.