Just to put it out there. I just got back to looking at WebAPI after a few days away. Flyway didn’t work for me because the checksums didn’t match. Apparently, it takes line endings into account (see here and here). Since I’m on OSX and Alex is on Windows, that was causing the problem. I tried to follow the *nix instructions here by switching to ‘input’ but that didn’t work either. I had to switch to ‘true’ which seems to be the Windows setting. Now, it’s finally working.
Just a heads up for the community since I assume people may be using all different OS.