🎉 Allow to ignore updates, and do it later in libraries dialog

This commit is contained in:
Andrés Moya 2020-09-22 12:00:48 +02:00 committed by Andrey Antukh
parent ae61ce05c9
commit 9873ac9104
11 changed files with 277 additions and 100 deletions

View file

@ -235,7 +235,8 @@
;; --- Query: File Libraries used by a File
(def ^:private sql:file-libraries
"select fl.*
"select fl.*,
flr.synced_at as synced_at
from file as fl
inner join file_library_rel as flr on (flr.library_file_id = fl.id)
where flr.file_id = ?