Skip to content

Commit

Permalink
fix: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kpoke authored Apr 23, 2024
1 parent 0405e21 commit 383abb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v1Tov2Migrations/migrate_approved_captures.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ async function migrate() {
[+tree.id],
);

console.log('migrating ', tree.id)
await createCapture(rawCapture, tree, trx, treeTags.rows);

bar.tick();
Expand Down

0 comments on commit 383abb5

Please sign in to comment.