mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 05:36:11 +02:00
🐛 Fix issue with v2 manual migration script
This commit is contained in:
parent
ac835bb655
commit
fa00fed694
2 changed files with 2 additions and 3 deletions
|
@ -57,8 +57,7 @@
|
|||
migrated? (setup/get-prop system :v2-migrated false)]
|
||||
|
||||
(when-not migrated?
|
||||
(l/inf :hint "v2 migration started"
|
||||
:files (:processed-files stats))
|
||||
(l/inf :hint "v2 migration started")
|
||||
(try
|
||||
(binding [feat/*stats* stats]
|
||||
(db/tx-run! system migrate-teams))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue