Comments
Sort by recent activity
Yes the SQL files are not actually part of the build but are in the same code stream. / comments
Yes the SQL files are not actually part of the build but are in the same code stream.
Hi,
Yes that makes perfect sense I've changed our procedures to follow these guidelines.
Many thanks / comments
Hi,
Yes that makes perfect sense I've changed our procedures to follow these guidelines.
Many thanks
Hi,
Thanks for the response. I did wonder if it was good practice or not.
So I feel we should look at the following:
Devs work on local machine out of source control.
Devs then update the shared DB with their changes and check it in.
We can then use a migration script to deploy to the UAT box
Sound about right? / comments
Hi,
Thanks for the response. I did wonder if it was good practice or not.
So I feel we should look at the following:
Devs work on local machine out of source control.
Devs then update the shared DB...