This project uses pgx as db driver. pgx has no default schema migrations mechanism, so at the moment db schema must be managed manually.
I would be happy if somebody can implement (or use any existing package for it, like migrate) some way for automatic schema management and migrations.