Open alienp4nda opened 9 months ago
We might be able to add a DB migration mapping the faulty currency name (currency code) to only currency code. That way user won't have to select the currency again.
I would like a dev branch to push to and an added task within the github workflow to push a new rc image to docker hub without setting the new release to the latest.
I think that sounds like a good idea. Do you have permissions to set it up or do you want me to do it?
I believe I have permission to create the branch. I'll just have to figure out how to limit a step to only run when pushes happen on specific branches. This way pushes to dev create a rc image and not mark it lastest.
Solves #42 fuelly imports
Currency was saved as currency name (currency code) when the backend code was expecting only currency code.
Added a notification for existing users with the currency currently set improperly.
I would like a dev branch to push to and an added task within the github workflow to push a new rc image to docker hub without setting the new release to the latest.