The concept around ‘deploy requests’ is really interesting. GitHub established a solid mental model with ‘issues’ and ‘pull requests’, and so I am curious to see if the concepts PlanetScale has will become popular and easy to understand too.<p>I don’t quite understand if I’m suppose to deploy a schema change to my database before I deploy changes to my application code? Is there a certain workflow this fits into? Is it meant to be used with a build pipeline where updating the schema in my hosted database is just one step?