mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:18:07 +00:00
UI: ConfManager: Add FTS for "rule" table
This commit is contained in:
parent
d91ebb6b96
commit
e20a28fa61
@ -496,7 +496,12 @@ bool ConfManager::setupDb()
|
||||
{
|
||||
.contentTable = "app",
|
||||
.contentRowid = "app_id",
|
||||
.columns = { "path", "name" }
|
||||
.columns = { "path", "name", "notes" }
|
||||
},
|
||||
{
|
||||
.contentTable = "rule",
|
||||
.contentRowid = "rule_id",
|
||||
.columns = { "name", "notes" }
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user