added bookmarked to scan history
This commit is contained in:
@@ -35,6 +35,9 @@ public class ScanHistoryEntity {
|
||||
@Column(name = "date_updated")
|
||||
private OffsetDateTime dateUpdated;
|
||||
|
||||
@Column(name = "bookmarked")
|
||||
private boolean bookmarked;
|
||||
|
||||
public enum ScanStatus {
|
||||
ACTIVE,
|
||||
INACTIVE
|
||||
|
||||
Reference in New Issue
Block a user