Activity overview
Latest activity by jbottinger
Worth noting: this is being run as part of spring boot's initialization, so the flags and controls as part of the spring flyway bean are what I'm looking at. / comments
Worth noting: this is being run as part of spring boot's initialization, so the flags and controls as part of the spring flyway bean are what I'm looking at.
ignoreMissingMigrations for aggregated scripts
I have a java project with various modules that contain entity models. For simplicity, let's call them "model1", "model2", "model3", and so forth.There are various other modules that import these m...