mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 23:09:01 +00:00
Searches are not saved to database
This commit is contained in:
@@ -44,3 +44,14 @@ CREATE TABLE TaskResult (
|
||||
|
||||
FOREIGN KEY (server) REFERENCES CrawlServer(id)
|
||||
);
|
||||
|
||||
|
||||
CREATE TABLE SearchLogEntry (
|
||||
id INTEGER PRIMARY KEY,
|
||||
search_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||
remote_addr TEXT,
|
||||
forwarded_for TEXT,
|
||||
query TEXT,
|
||||
extensions TEXT,
|
||||
page INT
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user