1. How to create tables in production environment from development
2. How to copy tables from development to production
this will only migrate tables structure from development to production
RAILS_ENV=production rake db:migrate
this will only migrate tables structure from development to production
RAILS_ENV=production rake db:migrate
0 comments:
Post a Comment