-
project.softwareproject.moveSqlOnRelease
- The folder structure for the sql files is important if this option is used (used by default in the ns-initializers). This is done to have a uniform structure over all projects and to make it easy to understand what is fed to flyway. If the correct folder structure is not found the release will fail.
-
project.environment.isLocal
- Has effect on the docker-compose files.
-
project.softwareProject.replaceInitialDatabaseScriptsWithExpandedScripts
- This option will determine the starting database of your application until we do the first release. From then on migration scripts should be added in the NEXT folder and the moveSqlOnRelease will automatically move the scripts to the release folder to make it clear those scripts shouldn’t be modified anymore.