aboutsummaryrefslogtreecommitdiffstats

Database migrations

We use goose for migrations. First install with:

go get -u github.com/pressly/goose/cmd/goose

Whenever a commit changed the database, apply the migrations with make up.