Skip to content

Commit

Permalink
Add some output for people running this data migration in future
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jun 24, 2024
1 parent 55c268c commit 75ffbcf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ async function main() {
},
});
}

console.log(data.length, "rows updated");
});
}

Expand Down

0 comments on commit 75ffbcf

Please sign in to comment.