summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sqlite3gen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqlite3gen.cpp b/src/sqlite3gen.cpp
index 8e236c1..a7d7f21 100644
--- a/src/sqlite3gen.cpp
+++ b/src/sqlite3gen.cpp
@@ -370,6 +370,7 @@ const char * table_schema[][2] = {
")\n"
"as SELECT \n"
"\tpath.rowid,\n"
+ "\tpath.found,\n"
"\tpath.name\n"
"FROM path WHERE path.type=1 AND path.local=0;\n"
},