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
Post a Comment