mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 23:29:04 +00:00
Search filter
This commit is contained in:
@@ -45,7 +45,10 @@ CREATE TABLE SearchLogEntry (
|
||||
forwarded_for TEXT,
|
||||
query TEXT,
|
||||
extensions TEXT,
|
||||
page INT
|
||||
page INT,
|
||||
blocked INT DEFAULT 0,
|
||||
results INT DEFAULT 0,
|
||||
took INT DEFAULT 0
|
||||
);
|
||||
|
||||
CREATE TABLE Queue (
|
||||
|
||||
Reference in New Issue
Block a user