How to add a prod database to a local project
I have a rails app. And of course, the development database is different from the prod database but the code is the same. So now I downloaded the prod database and I want to add it to the development database on local so I can play around with the new features with a real database. But since two days I'm struggling to find the way the prod data to local