Add AbsentFromLastScan

This commit is contained in:
Mbucari 2023-03-07 16:00:23 -07:00 committed by MBucari
parent bd49db83e4
commit f6dcc0db1d
6 changed files with 477 additions and 3 deletions

View file

@ -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");