Joachim Jablon

Results 391 comments of Joachim Jablon

Hm, doesn't Flyway include a mechanism to mark which migration ran and which didn't ? Even if they're functionnaly idempotent, they could be costly to rerun... I'm surprised Flyway puts...

I could be wrong but the Flyway doc seems to say migrations can be either versionned (in which case they run only once) or repeatable (in which case they run...

> Switch to using Flyway to manage all the migrations (much cleaner, but depends on how willing you guys are to change your migration format to Flyway's approach) - I...

In a word, yes. schema.sql describes the final schema. The migration files describe, version by version, how to go from the schema of the previous version to the schema of...

Hey there, sorry for the delay. I haven't been very active on the project maintenance these days. It looks like you're going in the right direction. The structure of the...

Logging out and in again fixed it. That said, there's probably something to fix in the upgrade process.

I've updated the title to something closer to what I experienced.

On the latest stable version, it seems to still not work. Trying a workaround with `gh api` and it also doesn't work so I guess it fails in the underlying...

Oh and btw, maybe it might be cool to be able to do `gh run view --job= --logs --url` and get the URL instead of the contents, so we can...