summaryrefslogtreecommitdiffstats
path: root/src/sqlite3gen.cpp
diff options
context:
space:
mode:
authorTravis A. Everett <travis.a.everett@gmail.com>2018-10-13 19:43:48 (GMT)
committerTravis A. Everett <travis.a.everett@gmail.com>2018-10-13 19:43:48 (GMT)
commiteec2d3b6a9f80715fb590b0fb67b7fe87ba5fee7 (patch)
tree9b1282b1926fd43d2d900c37315c07cf74ec0274 /src/sqlite3gen.cpp
parent61cddaf2d440aff48868fc3a50185a2788917914 (diff)
downloadDoxygen-eec2d3b6a9f80715fb590b0fb67b7fe87ba5fee7.zip
Doxygen-eec2d3b6a9f80715fb590b0fb67b7fe87ba5fee7.tar.gz
Doxygen-eec2d3b6a9f80715fb590b0fb67b7fe87ba5fee7.tar.bz2
sqlite3: fix missing external_file view schema col
Diffstat (limited to 'src/sqlite3gen.cpp')
-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"
},