IdentityServer8
This commit is contained in:
parent
18ddbead66
commit
a16188338a
47 changed files with 4077 additions and 529 deletions
|
|
@ -725,9 +725,6 @@ namespace Yavsc.Migrations
|
|||
.HasMaxLength(1024)
|
||||
.HasColumnType("character varying(1024)");
|
||||
|
||||
b.Property<int>("Rate")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<string>("Title")
|
||||
.IsRequired()
|
||||
.HasMaxLength(1024)
|
||||
|
|
@ -748,7 +745,7 @@ namespace Yavsc.Migrations
|
|||
|
||||
b.HasIndex("AuthorId");
|
||||
|
||||
b.ToTable("Blogspot");
|
||||
b.ToTable("BlogSpot");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Yavsc.Models.Blog.BlogTag", b =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue