Different migrations per env
Hi, I'm trying to setup webhooks via a migration file - let's take the documentation example
I'd like the migrations on local dev machines to point to local server, but once in production I want it to point to my prod server - is there a way to do this ?
I'd like the migrations on local dev machines to point to local server, but once in production I want it to point to my prod server - is there a way to do this ?