Flyway 6.5.0 toml file and git
JR_AUS
Posts: 17 Bronze 2
Howdy. Wondering if the flyway.user.toml file should be added to gitignore?
~JR~
Tagged:
Best Answer
-
DanC Posts: 639 Gold 5Hi @JR_AUS
Indeed it should, especially if you're using a shared project across a team, as the Flyway.user.toml just contains details for your local connections with the development & shadow database. Each user will have their own local copy of the file with their connections. It should also be added to the .gitignore file by default
Hope this helps!Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?
Answers