mirror of
https://github.com/penpot/penpot.git
synced 2025-06-15 21:31:38 +02:00
🎉 Manage file images as assets
This commit is contained in:
parent
8f8dc80cad
commit
8c8b5887d6
14 changed files with 482 additions and 18 deletions
|
@ -169,7 +169,8 @@
|
|||
(def ^:private sql:file-images
|
||||
"select fi.*
|
||||
from file_image as fi
|
||||
where fi.file_id = ?")
|
||||
where fi.file_id = ?
|
||||
and fi.deleted_at is null")
|
||||
|
||||
(defn retrieve-file-images
|
||||
[conn {:keys [file-id] :as params}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue