문제

I was successful in resolviong this issue locally:

I am missing a migration file

but am now trying to duplicate the feat on Heroku and do not know how to access the database there. Can anyone guide me through the process?

도움이 되었습니까?

해결책

You can open a PSQL session and use the same SQL you used locally:

heroku pg:psql [DATABASE]
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top