mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 22:16:11 +02:00
feat(backend): improve image uploading and thumbnail handling
This commit is contained in:
parent
820edba113
commit
e786a85bbd
6 changed files with 64 additions and 23 deletions
|
@ -63,4 +63,5 @@ returning *;
|
|||
-- :name delete-image :! :n
|
||||
update images
|
||||
set deleted_at = clock_timestamp()
|
||||
where id = :id and "user" = :user;
|
||||
where id = :id and "user" = :user
|
||||
returning *;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue