Rails: Best way to make changes to a production database

后端 未结 4 1533
滥情空心
滥情空心 2021-02-01 10:10

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

4条回答
  •  情话喂你
    2021-02-01 10:31

    Is there a reason you are not using the same migrations you used in your dev environment?

提交回复
热议问题