```const {execSync} = require('child_process'); l...
# orm-help
s
Copy code
const {execSync} = require('child_process');

let output = execSync('npx prisma migrate');
this seems uhhh, a bit hacky for some reason
👀 1
n
Hi @Sebastian Gug 👋 I would assume that the migration is applied just before deployment gets completed, it could be the last step in the workflow.