Logging sorted
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Diary.Data.Migrations
|
||||
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property<int>("EnrtyID"), 1L, 1);
|
||||
|
||||
b.Property<DateTime>("Date")
|
||||
.HasColumnType("Date");
|
||||
.HasColumnType("date");
|
||||
|
||||
b.Property<string>("Note")
|
||||
.IsRequired()
|
||||
|
||||
Reference in New Issue
Block a user