From f4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 18 May 2022 16:58:26 +0200 Subject: [performance] Add further indexes to mitigate laggy queries (#586) * start adding more indexes as a migration * update sqlite version --- vendor/modernc.org/sqlite/doc.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'vendor/modernc.org/sqlite/doc.go') diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go index 1c8360e5b..371ad368f 100644 --- a/vendor/modernc.org/sqlite/doc.go +++ b/vendor/modernc.org/sqlite/doc.go @@ -19,16 +19,16 @@ // // OS Arch SQLite version // ------------------------------ -// darwin amd64 3.38.2 -// darwin arm64 3.38.2 -// freebsd amd64 3.38.2 -// linux 386 3.38.2 -// linux amd64 3.38.2 -// linux arm 3.38.2 -// linux arm64 3.38.2 -// linux riscv64 3.38.2 -// windows amd64 3.38.2 -// windows arm64 3.38.2 +// darwin amd64 3.38.5 +// darwin arm64 3.38.5 +// freebsd amd64 3.38.5 +// linux 386 3.38.5 +// linux amd64 3.38.5 +// linux arm 3.38.5 +// linux arm64 3.38.5 +// linux riscv64 3.38.5 +// windows amd64 3.38.5 +// windows arm64 3.38.5 // // Builders // -- cgit v1.2.3