Added crawl logs page

This commit is contained in:
Simon
2018-06-18 11:41:26 -04:00
parent 99d64b658b
commit 400abc9a3c
9 changed files with 105 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ CREATE TABLE TaskResult (
website_id INT,
status_code TEXT,
file_count INT,
start_time INT,
end_time INT,
indexed_time INT DEFAULT NULL
start_time TIMESTAMP,
end_time TIMESTAMP,
indexed_time TIMESTAMP DEFAULT NULL
);