mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 23:26:39 +02:00
🐛 Fix unexpected operation ordering.
This commit is contained in:
parent
75b64b71bf
commit
590b68aa29
3 changed files with 12 additions and 31 deletions
|
@ -181,7 +181,8 @@
|
|||
"select s.id, s.changes
|
||||
from project_page_snapshots as s
|
||||
where s.page_id = $1
|
||||
and s.version > $2")
|
||||
and s.version > $2
|
||||
order by s.created_at asc")
|
||||
|
||||
(defn- retrieve-lagged-changes
|
||||
[conn snapshot params]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue