v0.0.13
What's Changed
- cmd/serve: start the cronjob only if it was created by @kalbasit in #69
- sqlc: define the schema/queries and make use of generated models by @kalbasit in #71
- Dockerfile: Include dbmate and db migrations in the final image by @kalbasit in #72
- pkg/database: Do not auto-create the database by @kalbasit in #73
- pkg/database: Remove custom queries, use sqlc queries everywhere by @kalbasit in #74
Full Changelog: v0.0.12...v0.0.13