mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 01:21:38 +02:00
✨ Improve partitioning and graphics error skiping mechanism
On the migration functions
This commit is contained in:
parent
326be0df4f
commit
1b3e68f430
2 changed files with 10 additions and 10 deletions
|
@ -1135,7 +1135,7 @@
|
|||
(l/dbg :hint "migrate:file:start"
|
||||
:file-id (str file-id)
|
||||
:validate validate?
|
||||
:skip-on-graphics-error skip-on-graphic-error?)
|
||||
:skip-on-graphic-error skip-on-graphic-error?)
|
||||
|
||||
(let [system (update system ::sto/storage media/configure-assets-storage)]
|
||||
(db/tx-run! system
|
||||
|
@ -1183,7 +1183,7 @@
|
|||
(migrate-file! system file-id
|
||||
:label label
|
||||
:validate? validate?
|
||||
:skip-on-graphics-error? skip-on-graphic-error?))
|
||||
:skip-on-graphic-error? skip-on-graphic-error?))
|
||||
migrate-team
|
||||
(fn [{:keys [::db/conn] :as system} team-id]
|
||||
(let [{:keys [id features]} (get-team system team-id)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue