Giorgio Delgado
var shell = require('shelljs'); shell.exec(`DATABASE_URL=${BASE_DB_URL}/${autogeneratedSchemaName} npx prisma migrate deploy`);
Ryan