re-introduce "newest hosts" and "newest pages" #26
Closed
opened 10 months ago by René Wagner
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Due to the removal of the
crawl
table there currently no way to determine hosts/pages that had recently been discovered.We need to introduce a new field
frist_crawl_success_at
for every page and fill this when the page is initially created.todos
first_seen_at
(as DATETIME)