mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 01:26:12 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
11db7590eb
4 changed files with 38 additions and 4 deletions
|
@ -323,7 +323,7 @@
|
|||
where archived_at is not null")
|
||||
|
||||
(defn- clean-archived
|
||||
[{:keys [pool]}]
|
||||
[{:keys [::db/pool]}]
|
||||
(let [result (db/exec-one! pool [sql:clean-archived])
|
||||
result (:next.jdbc/update-count result)]
|
||||
(l/debug :hint "delete archived audit log entries" :deleted result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue