Posts
Sort by recent activity
Flyway 6.5.0 toml file and git
Howdy. Wondering if the flyway.user.toml file should be added to gitignore?
SQL History - Starred Queries
I've checked at the help document located here, but I don't seem to be able to easily "un-star" SQL queries. Clicking on the star icon to filter them opens the advanced filter window, which offers ...
Object locking in Flyway Desktop
One for the Redgate team:The product "SQL Source Control" includes a very handy tool that enables the locking of database objects, preventing accidental changes. This is particularly useful in the ...
Manually editing baseline file
I have run into an issue where Flyway, when creating a baseline for an existing database, does not do a test for existence of database users; it simply writes a CREATE USER statement, which then fa...
Flyway setup (Git)
Hi Folks,I am in the process of working through an initial Flyway Enterprise set up. The Redgate how-to videos are very helpful but assume creation of a Git repo in the set up process. However, we ...