mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 16:51:40 +02:00
♻️ Refactor file persistence layer.
This commit is contained in:
parent
182afedc54
commit
4e694ff194
86 changed files with 3205 additions and 3313 deletions
|
@ -76,8 +76,9 @@
|
|||
where f.project_id = p.id
|
||||
and deleted_at is null)
|
||||
from project as p
|
||||
where team_id = ?
|
||||
order by modified_at desc")
|
||||
where p.team_id = ?
|
||||
and p.deleted_at is null
|
||||
order by p.modified_at desc")
|
||||
|
||||
(defn retrieve-projects
|
||||
[conn team-id]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue