diff options
Diffstat (limited to 'service/schema.sql')
-rw-r--r-- | service/schema.sql | 1 |
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 ); |