ruby on rails - My database is not migrating properly to my live Heroku App (Coursework) -


i doing coursework through online bootcamp , learning ruby on rails implementing project through heroku.

i have working absolutely fine in development environment. ran migrations database , pushed (to knowledge) heroku. when try run heroku run rake db:migrate command output is:

running rake db:migrate on kpez-app... up, run.4076 activerecord::schemamigration load (3.5ms) select "schema_migrations".* "schema_migrations"

when pull live app database missing.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -