We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb74dfa commit 2e0e674Copy full SHA for 2e0e674
config/backend/webinput_csv.conf
@@ -21,7 +21,7 @@
21
"password": "secret",
22
"dbname": "contactdb"
23
},
24
- "tag_name_query": "SELECT tag_name FROM tag WHERE tag_name_id = 2",
+ "tag_name_query": "SELECT tag_name FROM tag_name WHERE tag_name_id = 2",
25
"tag_values_query": "SELECT tag_value FROM tag WHERE tag_name_id = 2 ORDER BY tag_value"
26
}
27
docs/user-guide.rst
@@ -403,7 +403,7 @@ Configuring this feature works as follows:
403
404
405
406
407
"tag_value_query": "SELECT tag_value FROM tag WHERE tag_name_id = 2 ORDER BY tag_value"
408
409
0 commit comments