tests & remove is_indexed flag from db
Continuous Integration / backend-tests (push) Successful in 11m41s
Continuous Integration / frontend-check (push) Successful in 10m54s

This commit is contained in:
2026-04-28 23:55:39 -04:00
parent c8346f2401
commit 0bfd5affb4
25 changed files with 950 additions and 114 deletions
-1
View File
@@ -19,7 +19,6 @@ class FilesystemState(Base):
sha256_hash: Mapped[Optional[str]] = mapped_column(
String, index=True, nullable=True
)
is_indexed: Mapped[bool] = mapped_column(Boolean, default=False) # True if hashed
is_ignored: Mapped[bool] = mapped_column(
Boolean, default=False
) # True if matches exclusion