Add AbsentFromLastScan
This commit is contained in:
parent
bd49db83e4
commit
f6dcc0db1d
6 changed files with 477 additions and 3 deletions
|
|
@ -157,6 +157,9 @@ namespace DataLayer.Migrations
|
|||
b.Property<int>("BookId")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("AbsentFromLastScan")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("Account")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue