From eec2d3b6a9f80715fb590b0fb67b7fe87ba5fee7 Mon Sep 17 00:00:00 2001 From: "Travis A. Everett" Date: Sat, 13 Oct 2018 14:43:48 -0500 Subject: sqlite3: fix missing external_file view schema col --- src/sqlite3gen.cpp | 1 + 1 file changed, 1 insertion(+) 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" }, -- cgit v0.12