Activity overview
Latest activity by BNitsche
Start Flyway with specific project
Hi is it possible to start Flyway Desktop with a commanline paramter for the project i want to useExample "C:\Program Files\Red Gate\Redgate Change Control\flyway-desktop\Flyway Desktop.exe" "proje...
Flyway CLI
i have created a project in Flyway Desktop. i use it in the following way:- compare multiple database schemas with a git repository and checkin the differences in a git repositoryis it possible to ...
Ignore Rules
Hi ,i wanted to exclude all User Object Priviledges in the Ignore Rules. The only way i found is to filter a name that doen't exists "userObjectPrivileges": [ "DUMMY_NAME" ],Is there a b...
Hello, as far as i understand this is a feature of the enterprise edition, we have the teams edition / comments
Hello,as far as i understand this is a feature of the enterprise edition, we have the teams edition
Username and Password in Project Settings
Hi,we have one development Database and all developers work with this database and not a local database. Is it possible to store the username and the password in the project config file flyway-dev....
Git Pull when opening Project
Hi,when i open a Flyway project it automatically makes a schema model refreshIs it possible to configure Flyway so that it executes a git pull before this automatic refresh?or is it possible to dis...
Hi, thanks that helped, i modified the json file and now the storga options are included Kind Regards Bernd / comments
Hi,thanks that helped, i modified the json file and now the storga options are includedKind RegardsBernd
Storage Options for Tables
Hi,we are currently use Source Control for Oracle. When i create a table in the database and make a checkin in Git the table SQL Script look like thisCREATE TABLE dwhsl_core.test_redgate ( column1...
all views are not visible in Tab "Tables and views"
i try to compare data from 2 different schemas. in schema a i have created a view and in schema b i also created a view. with user c i can see and execute both views. when i try to select the views...