rake db:migrate doesn't seem to work in production

后端 未结 2 941
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-13 01:45

I have two instances of my app: one for development, one for production. My development database is called snip_development and my production database is called

2条回答
  •  抹茶落季
    2020-12-13 02:35

    Sometimes I forget about Google. The answer is this:

    rake db:migrate RAILS_ENV=production
    

提交回复
热议问题