summaryrefslogtreecommitdiff
path: root/gresource.xml
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2019-09-16 19:41:20 +0200
committerGitHub <noreply@github.com>2019-09-16 19:41:20 +0200
commit435ef6d48c4b4ff07c00ea028edd89a3ea2d5386 (patch)
treedf49b85480c97cc9e216cc75d2fceba3dc1e9add /gresource.xml
parent0115b02f43d23612366d0c5063e6b314d04e3853 (diff)
downloadmidori-git-435ef6d48c4b4ff07c00ea028edd89a3ea2d5386.tar.gz
Use a single query with a covering index for shortcuts (#362)
The covering index allows the speed dial to be created faster. A customized query also avoids having to retrieve the images separately. Grouping by image solves the problem of multiple shortcuts for the same site. Fixes: #354
Diffstat (limited to 'gresource.xml')
-rw-r--r--gresource.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gresource.xml b/gresource.xml
index f2b692a7..75e87f5c 100644
--- a/gresource.xml
+++ b/gresource.xml
@@ -21,6 +21,7 @@
<file compressed="true">data/history/Create.sql</file>
<file compressed="true">data/history/Day.sql</file>
<file compressed="true">data/history/Update1.sql</file>
+ <file compressed="true">data/history/Update2.sql</file>
<file compressed="true">data/tabby/Create.sql</file>
<file compressed="true">data/tabby/Update1.sql</file>
<file compressed="true">data/tabby/Update2.sql</file>