What is the best way to test migrations in development mode if the version number of the application defaults to the electron version instead of the package.json version for the application? Any tips or tricks?
I've just defaulted to doing >= 1.1.0
and then clearing the migrations from the json file to get it to run all my migrations again. I've also made sure that the migrations are idempotent, so they can be re-ran against data they've already modified.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too