Hey guys, has anyone used prisma migrations with docker or inside a private network? I'm wondering what would be the best way to apply migrations. Maybe its possible to check if there is a new migration and apply it on startup?
r
Ryan
07/14/2020, 7:03 AM
Hey @SureDroid 👋
Yes that would be the preferred approach to apply the migrations on startup. There's no need to check if there's a new migration as already applied migrations will not be re-applied so it's fine.