mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Fix clean archived auditlog
This commit is contained in:
parent
a1dcb11261
commit
2c38f31aa9
1 changed files with 1 additions and 1 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
Reference in a new issue