Re: Re-runnable sql scripts in the migrations framework

2017-11-02 Thread James Schneider
On Nov 2, 2017 4:01 AM, "Chris Wedgwood" wrote: Hi As part of my deployment process I want to be able to have some db scripts that are re-runnable For example I have some internal configuration tables that I would like to be able to change values with a merge statement in the same file but not

Re-runnable sql scripts in the migrations framework

2017-11-02 Thread Chris Wedgwood
Hi As part of my deployment process I want to be able to have some db scripts that are re-runnable For example I have some internal configuration tables that I would like to be able to change values with a merge statement in the same file but not have to create a new migration file I suppose my