I have Docker running and I have several branches of my app.
There are some variants in which I have to do
wasp db migrate-dev
wasp db migrate-dev
and as there are fields that do not exist and others disappear, that database is completely deleted and when using the previous branch I no longer have data.
How can I solve this? Is it possible to have several databases running in docker at the same time?