Skip to content

Use go generate to embed migrations

João Pereira requested to merge db-gogen-migrations into database

This MR uses go:generate to embed migrations and moves db/migrations/ to migrations/ as it doesn't make sense to hide a top level package (migrations) within a folder which has nothing else (db).

Merge request reports

Loading