postgresql & migrations
This commit is contained in:
parent
ae096d4820
commit
7f6cd8e557
15 changed files with 254 additions and 27 deletions
3
Makefile
3
Makefile
|
|
@ -3,3 +3,6 @@ run:
|
|||
|
||||
build:
|
||||
go build -o crypro_alert_bot ./cmd/app/main.go
|
||||
|
||||
migrate_create:
|
||||
migrate create -ext sql -dir ./internal/repository/postgresql/migrations -seq ${NAME}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue