0

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?

Community
  • 1
  • 1
Brian McDonough
  • 13,829
  • 4
  • 19
  • 23

1 Answers1

0

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

heroku pg:psql [DATABASE]
Neil Middleton
  • 22,105
  • 18
  • 80
  • 134