Tag Archives: DevOps

Friday Flyway Tips–Linking a GitHub Issue to a Code Commit

Recently I was doing a demo and a customer asked how I had linked my commit in Azure DevOps to the work item that existed. It’s easy, and tldr; it’s with the commit comment. This post shows how that works. … Continue reading

Posted in Blog | Tagged , , , , , | Comments Off on Friday Flyway Tips–Linking a GitHub Issue to a Code Commit

Friday Flyway Tips–Linking Commits to an Azure DevOps Work Item

Recently I was doing a demo and a customer asked how I had linked my commit in Azure DevOps to the work item that existed. It’s easy, and tldr; it’s with the commit comment. This post shows how that works. … Continue reading

Posted in Blog | Tagged , , , , , | 1 Comment

Migrations are Worth the Effort

I work with a lot of customers that are trying to find better ways to build and deploy database code. Some of them use a state or model method with SQL Compare or another Redgate product, and some want to … Continue reading

Posted in Editorial | Tagged , | Comments Off on Migrations are Worth the Effort

Try, Try Again, Until It’s Right

One of the challenges with making changes in a database environment is that undoing those changes can be hard. What’s often preferred is rolling forward with a new change to correct the issue, but that’s often done with limited analysis … Continue reading

Posted in Editorial | Tagged , , | 4 Comments