Having flyway.toml file in source tree is good. Having flyway.user.toml file in source tree and relying on .gitignore is not so good. One 'git clean -d -fx' will blow away the file. A configuration setting that can resolve to a user's data folder would be great.
Having flyway.toml file in source tree is good. Having flyway.user.toml file in source tree and relying on .gitignore is not so good. One 'git clean -d -fx' will blow away the file. A configuration setting that can resolve to a user's data folder would be great.