Skip to content

Remove golang-migrate

Administrator requested to merge ef/remove-golang-migrate into main

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.

image

All migration logic is now in-tree and we can really start to play with it. 😎

Merge request reports

Loading