I need to make changes to an in-use production database. Just adding a few columns. I\'ve made the changes to the dev database with migrations. What is the best way to update
Is there a reason you are not using the same migrations you used in your dev environment?