added bookmarked to scan history

This commit is contained in:
heyethereum
2024-07-22 00:48:23 +08:00
parent 77541c2a9d
commit 7cb68e2ec0
7 changed files with 33 additions and 13 deletions

View File

@@ -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