Improved importing
This commit is contained in:
parent
c8e759c067
commit
a2e30df51f
11 changed files with 79 additions and 47 deletions
|
|
@ -127,6 +127,13 @@ namespace DataLayer.Migrations
|
|||
b.HasIndex("Name");
|
||||
|
||||
b.ToTable("Contributors");
|
||||
|
||||
b.HasData(
|
||||
new
|
||||
{
|
||||
ContributorId = -1,
|
||||
Name = ""
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("DataLayer.LibraryBook", b =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue