Comments
Sort by recent activity
MarkEHansen, would you be willing to share your build file for us to check, we're evidentially missing something here. Happy to create a support issue for you to do so securely. In what way did the dependency cause the refresh to fail please? / comments
MarkEHansen, would you be willing to share your build file for us to check, we're evidentially missing something here.Happy to create a support issue for you to do so securely.In what way did the d...
I understand the objective. Regarding the version, what I was trying ot establish is, when you're altering the core version, are oyu also altering the dependancy? E.G dependencies {
implementation "org.flywaydb:flyway-database-oracle/10.0.1"
} / comments
I understand the objective.Regarding the version, what I was trying ot establish is, when you're altering the core version, are oyu also altering the dependancy?E.Gdependencies {
implementa...
Hello MarkEHansen, Your interpretation is correct. My anticipation is that you may have updated your flyway core version but your Oracle dependency may not be on v10 and that's where the change was introduced. / comments
Hello MarkEHansen,Your interpretation is correct. My anticipation is that you may have updated your flyway core version but your Oracle dependency may not be on v10 and that's where the change was ...
Hi TriNguyen, Please can you check if reports are enabled? https://documentation.red-gate.com/flyway/flyway-cli-and-api/configuration/parameters/flyway/report-enabled Originally they were on by default, this feature has been switched to be opt-in. / comments
Hi TriNguyen,Please can you check if reports are enabled?https://documentation.red-gate.com/flyway/flyway-cli-and-api/configuration/parameters/flyway/report-enabledOriginally they were on by defaul...
Yes it should be safe to delete, or alternatively change the commit count to 0. / comments
Yes it should be safe to delete, or alternatively change the commit count to 0.
Hello DamianWise, Thank you for raising the question. I wouldn't expect this parameter to be in active use by Flyway Desktop, was this formerly a SQL Source Control project that you've imported please? / comments
Hello DamianWise,Thank you for raising the question. I wouldn't expect this parameter to be in active use by Flyway Desktop, was this formerly a SQL Source Control project that you've imported please?
Hello Preston, welcome to flyway! Yes the API handles it differently as the table would give you extraneous characters that you'd have to work around since you're presumably going to act upon the returned data. The MigrationInfoService method exposes the results you're looking for https://javadoc.io/doc/org.flywaydb/flyway-core/latest/org/flywaydb/core/api/MigrationInfoService.html If you're not seeing any results, you're most likely missing a filter. / comments
Hello Preston, welcome to flyway!Yes the API handles it differently as the table would give you extraneous characters that you'd have to work around since you're presumably going to act upon the re...
Hi mpollo, Am I correct in saying in this scenario there was an existing schema history table in another schema? / comments
Hi mpollo,Am I correct in saying in this scenario there was an existing schema history table in another schema?
That's unexpected, do you see the 'Static data and comparisons' button on the Schema model tab? If we can't find a quick solution, I'll happily create a support ticket for you. / comments
That's unexpected, do you see the 'Static data and comparisons' button on the Schema model tab?If we can't find a quick solution, I'll happily create a support ticket for you.
Ah that's good news! Thanks poojashinde / comments
Ah that's good news! Thanks poojashinde