Viewing and quickly applying migrations from dev to prod.
I cloned my prod db into dev and ran some migrations against it. Now I want to apply those migrations to Prod in my actual application. What's the quickest and simplest way to do it? Preferably through the web app/web SQL editor.