summaryrefslogtreecommitdiff
path: root/service/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'service/schema.sql')
-rw-r--r--service/schema.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/schema.sql b/service/schema.sql
index 93a87d3..c439d73 100644
--- a/service/schema.sql
+++ b/service/schema.sql
@@ -2,6 +2,8 @@ CREATE TABLE searchservices(
id int GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,
name text not null,
baseurl text not null,
+ referrer text,
+ useragent text,
parserflags int not null,
listxpath text not null,
urlxpath text not null