feat: create initial database schema

This commit is contained in:
Bastien Riviere 2024-01-29 19:32:01 +01:00
parent 00bd014cdd
commit 875a6d1a33
Signed by: babariviere
GPG key ID: 4E5F0839249F162E
11 changed files with 155 additions and 0 deletions

View file

@ -11,6 +11,9 @@ run:
lint:
golangci-lint run
gen:
go generate ./...
sqlc:
sqlc generate
sqlc vet