mirror of
https://github.com/safing/portmaster
synced 2025-09-16 17:59:41 +00:00
Add support for free-text search and minor bug fixes in netquery
This commit is contained in:
parent
bef911e925
commit
15f85b5ae9
6 changed files with 109 additions and 15 deletions
|
@ -65,7 +65,6 @@ type (
|
|||
// reused afterwards.
|
||||
ID string `sqlite:"id,primary"`
|
||||
ProfileID string `sqlite:"profile"`
|
||||
ProfileSource string `sqlite:"profileSource"`
|
||||
Path string `sqlite:"path"`
|
||||
Type string `sqlite:"type,varchar(8)"`
|
||||
External bool `sqlite:"external"`
|
||||
|
@ -92,6 +91,7 @@ type (
|
|||
ExtraData json.RawMessage `sqlite:"extra_data"`
|
||||
Allowed *bool `sqlite:"allowed"`
|
||||
ProfileRevision int `sqlite:"profile_revision"`
|
||||
ExitNode *string `sqlite:"exit_node"`
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue