Multiple of our software's services use prisma ORM to interact with the same DB. However, we oftentimes must manually sync the schema across the different repo's that the services live in when we do a single DB migration.
This seems like it would be a common issue, so is there a recommended way to go about this?