Issue related to migration of database from heroku...
# orm-help
a
Issue related to migration of database from heroku to digital ocean. I did pg_restore of my postsgres dump from heroku. Did an introspection and ran
prisma deploy
. I’m able to query the scalar fields correctly but many relations are missing and returning null. Has anybody faced similar situation and solved? Or any help is highly appreciated. I’ve created an issue on GitHub as well regarding import/export issue.(https://github.com/prisma/prisma/issues/4627)