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