Tag Archives: FWTips

Friday Flyway Tips – Inserting Column in the Middle of a Table

I had a customer question whether Flyway Desktop (FWD) would cause problems if developers were adding columns into the middle of tables. It’s a valid concern, and this post shows that FWD doesn’t cause you issues, even if your developers … Continue reading

Posted in Blog | Tagged , , , , | 2 Comments

Friday Flyway Tips–Undoing Development Changes

I had a customer ask about undoing changes made by developers, similar to what SQL Source Control does. I had to do a little research to show how to do this, which is the tip this week. I’ve been working … Continue reading

Posted in Blog | Tagged , , , | Leave a comment

Friday Flyway Tips–Quick Command Line Access

One of the things I had to do recently in a demo was access the Git command line. The way I did it impressed a customer, so I put together a quick tip. I’ve been working with Flyway Desktop for … Continue reading

Posted in Blog | Tagged , , , | Leave a comment

Friday Flyway Tips–Capture the Filegroup for Tables

A customer asked recently why Flyway doesn’t detect the filegroup for some changes. I showed them it does and decided to write a post on this. I’ve been working with Flyway Desktop for work more and more as we transition … Continue reading

Posted in Blog | Tagged , , , | Leave a comment