mirror of
https://github.com/penpot/penpot.git
synced 2025-03-28 15:41:25 -05:00
📎 Add note about fragments on object-gc ns
This commit is contained in:
parent
6b552fd8a9
commit
9c25723ee3
1 changed files with 3 additions and 1 deletions
|
@ -210,6 +210,9 @@
|
|||
:project-id (str project-id)
|
||||
:deleted-at (dt/format-instant deleted-at))
|
||||
|
||||
;; NOTE: fragments not handled here because they have
|
||||
;; cascade.
|
||||
|
||||
;; And finally, permanently delete the file.
|
||||
(db/delete! conn :file {:id id})
|
||||
|
||||
|
@ -230,7 +233,6 @@
|
|||
(inc total))
|
||||
0)))
|
||||
|
||||
|
||||
(def ^:private sql:get-file-thumbnails
|
||||
"SELECT file_id, revn, media_id, deleted_at
|
||||
FROM file_thumbnail
|
||||
|
|
Loading…
Add table
Reference in a new issue