Skip to content

Commit c48f179

Browse files
MantisusCopilot
andauthored
Update src/crawlee/storage_clients/_sql/_db_models.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7bf9e1e commit c48f179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crawlee/storage_clients/_sql/_db_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class RequestQueueMetadataBufferDb(MetadataBufferDb, Base):
344344
delta_total_count: Mapped[int | None] = mapped_column(Integer, nullable=True)
345345
"""Delta for total_request_count."""
346346

347-
need_recalc: Mapped[bool | None] = mapped_column(Boolean, nullable=False, default=False)
347+
need_recalc: Mapped[bool] = mapped_column(Boolean, nullable=False, default=False)
348348
"""Flag indicating that counters need recalculation from actual data."""
349349

350350
storage_id = synonym('request_queue_id')

0 commit comments

Comments
 (0)