Remove golang-migrate
Created by: efritz
This PR removes the sg migration fixup
command (which will soon become unnecessary as we move away from sequentially numbered migrations). This was the last use of the golang-migrate dependency, which we can now purge from our go.mod file.
All migration logic is now in-tree and we can really start to play with it.